Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frklan/todomvc-boden

A todo app made with boden framework
https://github.com/frklan/todomvc-boden

boden cpp cpp17 ios mobile

Last synced: 16 days ago
JSON representation

A todo app made with boden framework

Awesome Lists containing this project

README

        

[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
# TodoMVC

My code following AshampooSystems' boden tutorial [here](https://medium.com/ashampoo-systems/getting-started-with-c-17-mobile-cross-platform-development-using-boden-b47cb0f9a9a1) and [here](https://github.com/AshampooSystems/boden-todomvc).

## Compiling

```bash
git clone --recursive https://github.com/frklan/todoMVC-boden
cd todoMVC-boden
boden/boden.py open
```

Open the xcode project found in the build direcotry, update the code signing detaqils and hit run.

## Contributing

Contributions are always welcome!

When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.

Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/[TBD]/tags).

## Authors

* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)

## License

This project is licensed under the CC BY-NC-SA License - see the [LICENSE](LICENSE) file for details.

Path of the project are (C) [AshampooSystems](https://github.com/AshampooSystems/boden-todomvc)