https://github.com/wolfadex/framework-comparison
A small framework comparison
https://github.com/wolfadex/framework-comparison
Last synced: 5 months ago
JSON representation
A small framework comparison
- Host: GitHub
- URL: https://github.com/wolfadex/framework-comparison
- Owner: wolfadex
- License: mit
- Created: 2020-03-30T03:37:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:35:59.000Z (over 3 years ago)
- Last Synced: 2025-02-07T18:15:05.536Z (over 1 year ago)
- Language: Nim
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# framework-comparison
A minimal framework comparison. I'll attempt to implement a basic Todo App that uses localStorage as well as a Quiz App using https://opentdb.com/ and localStorage for high scores.
## Frameworks / Languages:
- [Imba](https://www.imba.io/)
- [x] [todo](./imba)
- [ ] quiz
- [Nim](https://nim-lang.org/) + [Karax](https://github.com/pragmagic/karax)
- [ ] todo
- [ ] quiz