A fast todo app: an app to explain some design concepts
-
data layer (persistence): emulating a db using a simple csv file with a pseudo hash map id generated in the front-end
-
business layer (back-end): only node, nothing else, no frameworks, only built ins
-
presentation layer (front-end): bootstrap and vanilla js, no frameworks, no dependecies
-
visit for a live demo http://fast-todo-app.herokuapp.com/