Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frklan/todomvc-boden
- Owner: frklan
- License: other
- Created: 2019-10-19T17:20:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T10:18:37.000Z (over 5 years ago)
- Last Synced: 2024-11-20T23:33:50.255Z (3 months ago)
- Topics: boden, cpp, cpp17, ios, mobile
- Language: C++
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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/)
# TodoMVCMy 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)