A simple Todo application built with Create React App. Manage your tasks, mark them as completed, and persist data in localStorage.
- ✏️ Add new tasks
- ✅ Mark tasks as completed
- 🗑️ Delete tasks (active and completed)
- 🧹 Clear all completed tasks
- 💾 Automatic localStorage persistence
- React (Create React App)
- React Hooks (useState, useEffect, useCallback)
- localStorage for data storage
- Clone the repository:
git clone https://github.com/agneslovelace/todo.git
cd todo- Install dependencies:
npm install- Run the development server:
npm start
The app will open in development mode at http://localhost:3000.