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

https://github.com/avrabe/der-die-das-spin


https://github.com/avrabe/der-die-das-spin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# der-die-das-spin

[![Rust](https://github.com/avrabe/der-die-das-spin/actions/workflows/rust-native.yml/badge.svg)](https://github.com/avrabe/der-die-das-spin/actions/workflows/rust-native.yml)
[![codecov](https://codecov.io/gh/avrabe/der-die-das-spin/graph/badge.svg?token=jywfs1sW4p)](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-cli

cargo install cargo-deny
cargo install diesel_cli --no-default-features --features sqlite
diesel setup
```