A simple and efficient to-do app that helps you organize and keep track of your daily tasks. This app allows you to add, edit, and remove tasks with ease, and it also stores your tasks locally so they persist even when you refresh the page.
You can view the live version of the app here:
Daily To-Do Keeper
- Add new tasks
- Edit existing tasks
- Remove tasks
- Tasks persist on page refresh (local storage)
- Simple and clean user interface
- Frontend: React, Redux, Tailwind CSS
- State Management: Redux Toolkit
- Local Storage: To save tasks persistently
- Deployment: Netlify
- Clone the repository:
git clone https://github.com/your-username/daily-todo-keeper.git
- cd daily-todo-keeper
- npm install
- npm start
Feel free to update the repository link and any other details! This will give a nice, clean README for anyone visiting or using your project.