Skip to content

abdelm1/TodoList-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList Simple Application

This is a simple TodoList web application built using React. It allows you to create, manage, and track your tasks conveniently.

Screenshot 1 Screenshot 2

Features

  • Add new tasks to your to-do list.
  • Mark tasks as completed or uncompleted.
  • Delete tasks from your list.
  • Real-time progress tracking.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/ZPIDERr/todo-list.git
  1. Change your working directory to the project folder:
cd TodoList-React
  1. Install the necessary dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your web browser and visit http://localhost:3000 to see the TodoList application in action.

Usage

  • To add a new task, enter a task description in the input field and click the "Add" button.
  • To mark a task as completed or uncompleted, click the checkbox next to the task.
  • To delete a task, click the "Delete" button next to the task.
  • Track your progress in real-time at the bottom of the list.

Credits

About

A simple react todolist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published