Todo list app project using react hooks Here is the screenshot of the project.
A simple and responsive Todo application built with React.
It lets you add, edit, mark as complete, and delete tasks—perfect for learning the React fundamentals or using as a starter project.
- ➕ Add new tasks
- ✏️ Edit existing tasks
- ✅ Mark tasks as completed
- 🗑️ Delete tasks
- 💻 Responsive design
- Node.js (LTS recommended)
- npm (comes with Node)
git clone https://github.com/<your-username>/React-Todo-App.git
cd React-Todo-App
