To-Do CRUD App

This app was built from the bottom up using Javascript. I created a Mongo database to store the data, and created a server using Node.js to manage the backend. On the server side, I used Express, Mongoose, and bodyParser. On typing an entry the server captures the data and sends it to the database. On click the server tells the database to then delete the object. With the front end I experimented with the mobile app UI framework Onsen UI, however I ended up using mostly CSS and JQuery to mimic an app design style just for fun.

Link to code on GitHub