Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.