This is a simple Todo App built with React and Vite, allowing users to add and delete tasks from a list of todos.
Make sure you have Node.js and npm (Node Package Manager) installed on your machine before running this application.
Follow the steps below to get the app up and running on your local machine:
- Clone this repository:
git clone https://github.com/HacFlix/TodoApp.git
cd vite-react-todo-app
pnpm install
pnpm run dev
The application will now be accessible at http://localhost:3000
. Any changes you make to the source code will automatically refresh the browser.
Usage -To add a new task, type your task in the input field and press Enter or click the "Add" button. -To delete a task, click the "Delete" button next to the task you want to remove from the list.