/boden-todomvc

Example of a simple todo list mobile application built with the Boden cross-platform GUI framework (www.boden.io)

Primary LanguageC++

Example Todo Application Built with Boden

Read the full Boden TodoMVC tutorial on Medium.

Getting Started

First, make sure that the required dependencies and tools are installed by following our Quick Start Guide.

Clone and open the project in Xcode or Android Studio using a terminal or command prompt:

git clone --recursive git@github.com:AshampooSystems/boden-todomvc.git
cd boden-todomvc
python ./boden/boden.py open

Finally, run the application using your IDE.