A simple and efficient Todo App built with React, Redux, and TailwindCSS. It allows users to add, edit, and delete tasks, with data persistence using local storage.
- Add new todos
- Edit existing todos
- Delete todos
- Saves todos in local storage for persistence
- React
- Redux Toolkit
- TailwindCSS
- React Icons
- Clone the repository:
git clone https://github.com/rax-2/todo_react.git cd todo_react
- Install dependencies:
npm install
- Start the development server:
npm run dev
Install project dependencies using:
npm i @reduxjs/toolkit react-redux tailwindcss @tailwindcss/vite react-icons --save
Feel free to fork this repository and submit pull requests to enhance the project.
Developed for React practice and learning concepts. 🚀