A simple to-do list app built with React.
Users can add tasks, mark them as complete, and delete them.
- Add tasks via input or by pressing Enter.
- Toggle completion (✔ marks task done).
- Delete tasks (❌ removes task).
- Simple and minimal UI.
Clone the repo:
git clone https://github.com/your-username/todo.git cd todo
Install dependencies:
npm install Start the app:
npm start The app will run at http://localhost:3000.
📂 Project Structure csharp Copy code todo/ ├── public/ # Static files ├── src/ # App code (App.js, App.css, etc.) ├── package.json # Project dependencies ├── README.md # Project documentation
🧑💻 Tech Stack React JavaScript CSS
