Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.