Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.42 KB

Todo App (React)

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.

🚀 Live Demo

Try the App

📂 Repository

GitHub Repo

✨ Features

  • Add new todos
  • Edit existing todos
  • Delete todos
  • Saves todos in local storage for persistence

🛠 Tech Stack

  • React
  • Redux Toolkit
  • TailwindCSS
  • React Icons

📸 Screenshots

Screenshot 1

Screenshot 2

📦 Installation & Setup

  1. Clone the repository:
    git clone https://github.com/rax-2/todo_react.git
    cd todo_react
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

📜 Dependencies

Install project dependencies using:

npm i @reduxjs/toolkit react-redux tailwindcss @tailwindcss/vite react-icons --save

🤝 Contributing

Feel free to fork this repository and submit pull requests to enhance the project.


Developed for React practice and learning concepts. 🚀