Skip to content

dwmorrisdev/vanillaTodos

Repository files navigation

A Pen created at CodePen.io. You can find this one at http://codepen.io/thedadsparticus/pen/gLPVyM.

 playing around with vanilla javascript

 -V9-
 wanted to migrate to hard files as changes are beginning to be such that I will want to run a version controller. This is currently version 9, but really the first fully functioning UI.

 -v10-
 removed manual selection of delete items and setup individual delete buttons and functionality for each todo list item.

 -v11-
 removed all for loops and replaced with forEach.

 -v12-
 removed all inputs but one and wired up to use only one input bar. some styles were added. nav bar added, not wired up. fonts and images added.

 -v13- 
 added about and contact pages. Styles and basic content for those pages.

 -v14- 
 wired up the todo list to be hidden if empty. added about and contact content and functionality. added links. 

 -v15-
 add connect and serve node server to host site. hosted to heroku.