Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.62 KB

Todo with Redux

Banner

Description

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.

Live Demo

The application is live and can be accessed here:
🔗 Todo with Redux - Live Demo

Table of Contents

Features

  • 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.

Usage

The app allows users to manage their tasks efficiently:

  1. Add a task by entering text and clicking "Add Todo" (or the "+" button on small devices).
  2. Edit a task by clicking the ✎ icon, modifying the text, and saving changes.
  3. Delete a task using the ✖ icon.

Contributing

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.

License

This project is licensed under the MIT License.