This is a companion repo for the guide on How to Build a Multi-Window TodoMVC App with ToDesktop Builder.
This project relies on the following technologies:
Technology | Description |
---|---|
TodoMVC | A project that showcases the same todo application built across a range of JavaScript frameworks |
ToDesktop Builder | An application for creating cross-platform desktop apps with a few lines of code |
After following the guide, you will have a fully functional todo app that is capable of the following:
- Creating, updating, and deleting todos.
- Organizing todos into different workspaces.
- Capturing todos with a floating window that synchronizes back to the main window.
The code for the final project can be accessed on the final-project
branch.