Skip to content

gunash-portfolio/to-do-in-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Screenshot Screenshot This is a simple to-do app built using React. It allows you to manage and keep track of your tasks in a user-friendly interface.

Features

  • Add new tasks to the to-do list
  • Mark tasks as completed
  • Delete tasks from the list

Installation

  1. Clone the repository:

    git clone [email protected]:gunash-portfolio/to-do-in-react.git
  2. Navigate to the project directory: cd todo-app

  3. Install the dependencies:

        npm install
    

Usage

1.Start the development server:

    npm start

2.Open the app in your browser:

    http://localhost:3000

3.You should see the Todo App interface. Enter a task in the input field and click "Add Todo" to add it to the list. To mark a task as completed,click on it.To delete a task,click the "Delete" button next to it.

Technologies Used

  • React
  • Javascript
  • CSS

License

This project is licensed under the MIT License. License: MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published