Skip to content

ssunny7/mean-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-todo

This is a MEAN webapp that allows one to view and store todos. It is more for me to gain experience in writing a full-stack webapp with all of the MEAN technologies. I've relied on several tutorials to get this working, these are listed below -

Of course, the ideas and code from the tutorials has been modified to suit the purposes of my webapp. No scaffolding tools or seed code has been used so that I could understand and implement all the basics of Node/Angular myself.

Unfortunately, none of the tutorials cover inline editing of ng-repeat elements even though they cover all other CRUD operations. I've implemented this aspect myself (with help from stack overflow) while keeping it as simple as possible to aid understanding in the future.