https://github.com/avrabe/der-die-das-spin
https://github.com/avrabe/der-die-das-spin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/avrabe/der-die-das-spin
- Owner: avrabe
- License: mit
- Created: 2023-11-04T15:49:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:19:14.000Z (5 months ago)
- Last Synced: 2025-04-13T12:57:38.531Z (about 1 month ago)
- Language: Rust
- Size: 949 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# der-die-das-spin
[](https://github.com/avrabe/der-die-das-spin/actions/workflows/rust-native.yml)
[](https://codecov.io/gh/avrabe/der-die-das-spin)A simple web app to practice German articles (der, die, das). Select an article and spin the wheel to reveal a random noun.
```sh
# component tools https://github.com/fermyon/spin-fileserver/tree/main/examples/rust
git submodules update --init --recursive
rustup target add wasm32-wasi
cargo install cargo-component
cargo install wac-clicargo install cargo-deny
cargo install diesel_cli --no-default-features --features sqlite
diesel setup
```