This is a companion repo to the guide on How to Build a TodoMVC Desktop 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:
- Using keyboard shortcuts to show the app in a panel interface (like Spotlight).
- Creating todos using selected text from any application.
- Attaching logos to todos by gathering data about where the todo was created.
- Showing number of remaining todos on the application icon badge.
The code for the final project can be accessed on the final-project
branch.