Skip to content
/ ToDoList Public

A React To-Do List app is a front-end application that allows users to create, edit, and delete tasks. It does not require a back-end server as it manages tasks locally in the user's browser. The app uses React state to manage the tasks and their state (e.g., completed or not completed).

Notifications You must be signed in to change notification settings

ziafx/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A To-Do List app built with React is a front-end application that allows users to create and manage their tasks. It typically consists of an input field where users can enter a new task and a list that displays all the tasks added by the user. Users can mark tasks as complete or delete them, and the list updates accordingly. The app does not require any back-end server as it only manages tasks locally in the user's browser. It uses React state to manage the tasks and their state (e.g., completed or not completed).

About

A React To-Do List app is a front-end application that allows users to create, edit, and delete tasks. It does not require a back-end server as it manages tasks locally in the user's browser. The app uses React state to manage the tasks and their state (e.g., completed or not completed).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages