-
Demo: TODO app live link
This ToDo App is a simple yet effective tool to manage your tasks efficiently. Whether you're organizing your workday, planning a project, or simply keeping track of your errands, this app provides an intuitive interface to create and manage your to-do lists seamlessly.
- HTML
- Tailwind CSS
- Javascript
- React
- Redux for state management
- open the terminal and run the following commands.
- run
npm install
to install all dependencies. - To see the examples, run
npm run dev
. - Follow the link to see the project or open your browser
http://localhost:5137/
.
-
You can add any task you want to do using add button icon present on the screen or by simply hitting enter key present on your keyboard.
-
You can delete any task you want to do using delete button icon present on the screen.
-
You can mark tasks as a completed by using right button icon in front of the task.
-
saving tasks to local storage so that tasks are not lost on page reload.
-
Search the required tasks to check its status or to mark it as complete. Simplu use the search button.