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.
- Host: GitHub
- URL: https://github.com/antoninazz/todo_react
- Owner: AntoninaZz
- Created: 2022-02-24T08:54:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:29:22.000Z (over 1 year ago)
- Last Synced: 2025-10-08T15:36:31.982Z (9 months ago)
- Topics: babel, html, html5, javascript, js, react, reactjs
- Language: HTML
- Homepage: https://antoninazz.github.io/ToDo_react/
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.