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

https://github.com/mariosantosdev/vanilladopp

Simple to-do list made with vanilla JS
https://github.com/mariosantosdev/vanilladopp

javas js todolist vanilla vanillajs

Last synced: 7 days ago
JSON representation

Simple to-do list made with vanilla JS

Awesome Lists containing this project

README

          

# VanillaDopp

This applicatin was developed just for study!
I returned study the basic of the JS, and to assimilate the knowledge, I developed this application!

## User Stories

- [X] User can create task
- [X] User can done task
- [X] User can undone task
- [X] User can delete all tasks
- [X] Application store the tasks
- [X] Application fetch the tasks