Simple ToDo list with mean stack. Tutorial From Scotch.io:
https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular
Deviations from tutorial and personal additions
- localhost DB instead of remote DB connection
- importance/urgent item fuctionality (highlight text)
- functionality to check off item w/o removal
- [] log-in and seperate to-do lists for each user