This is a simple To-Do List application built using React and Vite. It allows users to manage their tasks efficiently with the ability to add, delete, and edit tasks. The application stores the to-dos locally, ensuring that your tasks persist even after refreshing the browser.
- Add To-Do: Easily add new tasks to your list.
- Delete To-Do: Remove tasks that are no longer needed.
- Edit To-Do: Update existing tasks to reflect any changes.
- Local Storage: All tasks are stored locally in your browser, so your data remains intact even after page reloads.
Getting Started:
- Clone the repository :
git clone https://github.com/paraspatil11/TO-DO-list.git
- Install the dependencies :
npm install
- Start the development server:
npm run dev