Skip to content

I learned about the Redux tool, how to use it, and how to implement a todo application with CRUD (Create, Read, Update, Delete) functionality. This project showcases my understanding of managing state with Redux for a todo application.

Notifications You must be signed in to change notification settings

sonimohit481/Todo-with-redux

Repository files navigation

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.

About

I learned about the Redux tool, how to use it, and how to implement a todo application with CRUD (Create, Read, Update, Delete) functionality. This project showcases my understanding of managing state with Redux for a todo application.

Topics

Resources

Stars

Watchers

Forks