Developing a simple web application using Horizon
We have learned the basics of Horizon, installation and its APIs. Now it's time to combine our knowledge and build something out of it. In this section, we are going to develop a simple application that lets the user manage a TODO list. The end output will look like this:
The user can perform the following operation:
- Add todo.
- Update the status of todo.
- Remove todo.
The codebase is provided by an awesome contributor, Daniel Allan, and the base style is forked from TodoMVC http://todomvc.com/.
Really amazing job, guys.
Let's move ahead to setting up the project.
Setting up the project
Start the project by ...
Get Mastering RethinkDB now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.