This is a simple To-Do app built using React and Vite. It allows users to create, read, update, and delete tasks, helping them stay organized and manage their daily tasks efficiently.
To get started with the To-Do app, follow these simple steps:
-
Clone the Repository:
git clone git@github.com:yashpandey002/react-to-do-app.git cd to-do-app
-
Install Dependencies:
npm install
Once you've installed the app, you can run it locally:
-
Start the Development Server:
npm run dev
This will start a development server, and you can access the app in your web browser at http://localhost:3000. You can now start adding, updating, and completing tasks.
- Create Tasks: Easily add new tasks to your to-do list.
- Update Tasks: Edit task names or descriptions to keep your list up to date.
- Complete Tasks: Mark tasks as completed when you've finished them.
- Delete Tasks: Remove tasks that are no longer relevant.