Todo List is an asynchronous single page application that uses an internal JSON API. Propogates the DOM while simultaneously creating/updating/deleting todo entries in a NoSQL database.
- JavaScript
- jQuery (for easy AJAX)
- Node.js
- Express.js
- MongoDB
A reference point in tandem with my gist guide on creating simple APIs with Node.js and MongoDB.