This is a simple Todo app made with vanilla React. I plan to add more features than just the CRUD operations.
This app doesn't have a backend. It utilizes your browser's local storage to make data persist temporarily.
- Progress Bar
- Dynamic Status
- Filters
- Sorting
- Alerts
- Dark Theme
- Drag 'n Drop
- Deadline
- Sub-todo
- React
- TailwindCSS
This project was bootstrapped with Create React App.
First, clone the project.
In the project directory, you can run:
It runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.