Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 659 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 659 Bytes

Todo React App

A simple Todo application built with React.

Features

  • Add and delete tasks

Screenshot

Todo App Screenshot

How to Run

  1. Clone the repository:

    git clone https://github.com/your-username/todo-app.git
    cd todo-app
  2. Install dependencies:

    npm install
  3. Start the app:

    npm start
  4. 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!