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
- Host: GitHub
- URL: https://github.com/mariosantosdev/vanilladopp
- Owner: mariosantosdev
- Created: 2021-09-13T19:10:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T04:42:33.000Z (over 4 years ago)
- Last Synced: 2025-01-03T08:47:52.983Z (over 1 year ago)
- Topics: javas, js, todolist, vanilla, vanillajs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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