https://github.com/paraspatil11/to-do-list
This is a simple To-Do List application built using React.
https://github.com/paraspatil11/to-do-list
Last synced: 10 months ago
JSON representation
This is a simple To-Do List application built using React.
- Host: GitHub
- URL: https://github.com/paraspatil11/to-do-list
- Owner: paraspatil11
- Created: 2024-08-02T19:18:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T02:43:33.000Z (over 1 year ago)
- Last Synced: 2025-04-02T20:18:04.995Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://paraspatil11.github.io/TO-DO-list/
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Application
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:
1. Clone the repository :
```
git clone https://github.com/paraspatil11/TO-DO-list.git
```
2. Install the dependencies :
```
npm install
```
3. Start the development server:
```
npm run dev
```
## Stay Organized with Our TO-DO List Bookmark This Link: https://paraspatil11.github.io/TO-DO-list/