A simple and lightweight to-do list app built with React and Tailwind CSS, allowing users to create, edit, and delete tasks, as well as mark them as complete (obviously). You can preview it here
node, npm
- Clone the repo
git clone https://github.com/sidcraftscode/react-todo-list-app
cd react-todo-list-app
- Install NPM packages
npm install
- Start the app in dev mode
npm start
Generating a production build of the app
npm run build
- Allow user to create, edit and delete tasks
- Allow user to mark tasks as complete
- LocalStorage persistence
- Dark mode
- Settings menu
- Give user option to make delete modal optional
This project is licensed under the MIT License - see the LICENSE.md file for details