This is a To-Do app.
-
Updated
Mar 17, 2026 - JavaScript
This is a To-Do app.
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).
Add a description, image, and links to the todolistreact topic page so that developers can more easily learn about it.
To associate your repository with the todolistreact topic, visit your repo's landing page and select "manage topics."