Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 704 Bytes

File metadata and controls

41 lines (28 loc) · 704 Bytes

🚀 React Todo App

A modern Todo application built using React.
This project helped me practice core React concepts like state management, components, and hooks.


✨ Features

  • ➕ Add new tasks
  • ✏️ Edit tasks
  • 🗑️ Delete tasks with custom confirmation modal
  • ✅ Mark tasks as completed
  • 🔀 Drag & drop task reordering
  • 💾 Local storage persistence
  • 🎨 Modern black & gold UI design

🛠️ Tech Stack

  • React JS
  • JavaScript (ES6+)
  • Tailwind CSS
  • Local Storage API

Example:

  • Home screen
  • Drag & drop action
  • Delete modal

🚀 Getting Started

1. Clone the repository

git clone https://github.com/your-username/todo-app.git