Skip to content

xWizzie/Todo-List-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

React TodoList

A basic React TodoList component with the following features:

  • Add tasks: Users can add new tasks to the list.

  • Mark tasks as completed: Users can mark tasks as completed or uncompleted.

  • Delete tasks: Users have the ability to remove tasks from the list.

Usage

  1. Install dependencies:
npm install
  1. Run the application:
npm run preview

The TodoList component will be available in your corresponding http://localhost:xxxx in your browser.

Features

Add tasks

To add a new task, type the task in the input field and press Enter or click the "Add Todo" button.

Mark tasks as completed

Each task in the list has a checkbox next to it. Users can check or uncheck the checkbox to mark a task as completed or uncompleted.

Delete tasks

To delete a task, click the "Delete" button next to the respective task.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published