https://github.com/subbotinroman/todolist-js
This is a compact and simple (ToDo-List) application. The user has the ability to add and delete tasks, as well as mark tasks as completed.
https://github.com/subbotinroman/todolist-js
css3 html5 javascript
Last synced: 3 months ago
JSON representation
This is a compact and simple (ToDo-List) application. The user has the ability to add and delete tasks, as well as mark tasks as completed.
- Host: GitHub
- URL: https://github.com/subbotinroman/todolist-js
- Owner: SubbotinRoman
- License: mit
- Created: 2024-09-10T16:13:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:43:27.000Z (over 1 year ago)
- Last Synced: 2025-03-18T19:33:34.994Z (over 1 year ago)
- Topics: css3, html5, javascript
- Language: CSS
- Homepage: https://subbotinroman.github.io/ToDo-List/
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ToDo-List (HTML / CSS / JS)
## Overview π
This is a compact and simple (__ToDo-List__) application. The user has the ability to add and delete tasks, as well as mark tasks as completed.
### [Check the Live Demo](https://subbotinroman.github.io/ToDo-List/) :point_left:

***
## Stack βοΈ



***
## Features π
- β
Adding a task
- ποΈ Delete a task by simply clicking on the βcrossβ icon
- π Mark a task as βdoneβ by clicking on the βdoneβ icon
- π’ Display the entire list of tasks
***