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

https://github.com/antoninazz/todo_react

My TODO App is a simple web application for creating a to-do list made with React & JavaScript.
https://github.com/antoninazz/todo_react

babel html html5 javascript js react reactjs

Last synced: 2 months ago
JSON representation

My TODO App is a simple web application for creating a to-do list made with React & JavaScript.

Awesome Lists containing this project

README

          

# My TODO App (React)

My TODO App is a simple web application for creating a to-do list.
The app is hosted on GitHub Pages at:
[https://antoninazz.github.io/ToDo_react/](https://antoninazz.github.io/ToDo_react/)

## Features:
- Adding new tasks.
- Marking tasks as completed.
- Deleting tasks.
- Counters for total tasks and incomplete tasks.

## Technologies:
- **JavaScript**: Programming language for the app's logic.
- **React**: Library for building the user interface.
- **HTML**: Basic structure of the web page.