This is a simple To-do List application built using React, Redux, and Tailwind CSS. The app allows users to add, edit, and remove tasks from their to-do list, with state management handled by Redux.
- Add tasks with a title.
- Edit tasks by clicking the edit button.
- Remove tasks from the list.
- Use Tailwind CSS for responsive and modern design.
- Optimized for both desktop and mobile views.
- React: For building the user interface and managing the app's component-based structure.
- Redux: For managing global state and handling the addition, removal, and updating of to-do items.
- Tailwind CSS: For styling the application with utility-first CSS.
git clone https://github.com/kevalmehta17/to-do-list.git