A simple Todo application built with React.
- Add and delete tasks
-
Clone the repository:
git clone https://github.com/your-username/todo-app.git cd todo-app
-
Install dependencies:
npm install
-
Start the app:
npm start
-
Open in browser: Go to http://localhost:3000.
Just make sure to adjust the image path (./assets/images/todo-app-screenshot.png
) according to where you save the screenshot in your project!