This project is a Todo application built with React, Redux, and Tailwind CSS. It demonstrates how to manage application state effectively using Redux, and it features a responsive design with Tailwind CSS. The application provides a simple and intuitive interface for managing your tasks with CRUD (Create, Read, Update, Delete) functionality.
The application is live and can be accessed here:
🔗 Todo with Redux - Live Demo
- Add Todos: Create new tasks to keep track of.
- View Todos: Display a list of all your tasks.
- Update Todos: Edit or update the content of existing tasks.
- Delete Todos: Remove tasks you no longer need.
- Responsive Design: Works seamlessly on devices of all sizes.
The app allows users to manage their tasks efficiently:
- Add a task by entering text and clicking "Add Todo" (or the "+" button on small devices).
- Edit a task by clicking the ✎ icon, modifying the text, and saving changes.
- Delete a task using the ✖ icon.
Contributions are welcome! If you would like to contribute to this project, feel free to fork the repository, make your changes, and open a pull request.
This project is licensed under the MIT License.