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

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.

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:

ToDo-List preview

***
## Stack βš™οΈ

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

***
## 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
***