Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4255/react_todo
TODO LIST in React
https://github.com/r4255/react_todo
Last synced: 5 days ago
JSON representation
TODO LIST in React
- Host: GitHub
- URL: https://github.com/r4255/react_todo
- Owner: R4255
- License: mit
- Created: 2024-03-30T10:53:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T10:56:26.000Z (8 months ago)
- Last Synced: 2024-03-31T11:39:26.407Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple To-Do list application built with React. It allows users to add tasks, mark them as completed, and delete them.
## Features
- Add tasks: Users can enter a task and press "Add Task" to add it to the list.
- Delete tasks: Users can delete tasks individually by clicking on the delete button next to each task.
- Responsive design: The application is designed to work well on both desktop and mobile devices.## Technologies Used
- React
- JavaScript (ES6+)
- HTML5
- CSS3## How to Use
1. Enter a task in the input field.
2. Press "Add Task" to add the task to the list.
3. To delete a task, click on the "Delete" button next to the task.