Server side for E-listed application.
This app’s purpose is to keep track of your grocery items. You are able to create, update and delete lists set in your main page, and add and delete items. Also, you can mark and unmark them to your convenience.
I firstly finished the backend and had to ocasionally come back to fix my routes. Then I started working on the lists, and once I was able to pull them to the main page and create on the same container, I started working on the items. I used modals to create lists and edit list’s names so I wouldn’t have to show/hide elements on page. I added buttons to mark/unmark items and delete items inside of these lists, making the interaction easy enough on the main container.
On the BackEnd:
Express, MongoDB, Node.js, JavaScript, Curl, Heroku, Github
On the FrontEnd:
Ajax, HTML, CSS, Handlebars, JavaScript, Jquery, Bootstrap, Github
(I was planning on using toastr to handle the notifications maybe in a V2)