AshampooSystems / boden-todomvc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 83.6%Language:CMake 16.4%