【100sites #003】TodoList

Published on
This English version was translated from my Chinese original with AI assistance.

Github

TodoList, an extremely simple to-do list.

Screenshot 2016-02-14 2.17.42 AM.png

I wanted to start learning some backend stuff early, so I can build a wider variety of websites. That's how I found this: Node.js Learning Notes . It's a simple beginner's guide to Node.js with over thirty articles, each one short and to the point, walking you through building a simple Node.js web app step by step. It also covers Express.js and MongoDB.

After spending some time reading through the notes, this TodoList is my result for today. Right now all it can do is keep adding Todo items — there's no done button or delete button to click. I'll fill in the missing features when I have time.

It uses Node.js as the backend, Express.js as the framework, MongoDB as the database (connected via Monk), and Hogan.js as the template engine.