Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbolton/vanillajstodo
This is a todo program using vanilla JS. Just for my practice.
https://github.com/skbolton/vanillajstodo
Last synced: 15 days ago
JSON representation
This is a todo program using vanilla JS. Just for my practice.
- Host: GitHub
- URL: https://github.com/skbolton/vanillajstodo
- Owner: skbolton
- Created: 2015-12-14T06:43:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T21:48:03.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T19:46:46.928Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo application with Vanilla javascript
This challenge was to create a dynamic todo application only using Vanilla Javascript as part of a TeamTreehouse.com course. Before this Treehouse taught how to use jQuery to manipulate the DOM.
The aim of this course was to get students comfortable accessing and traversing the DOM when jQuery isn't really needed.