You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
704 B
Markdown
32 lines
704 B
Markdown
# quotesdb-ui
|
|
|
|
Yew (Rust/Wasm) frontend for the quotesdb quotes service, hosted on Cloudflare Pages.
|
|
|
|
## What
|
|
|
|
A web UI for browsing, submitting, and managing quotes. Compiled to WebAssembly from Rust using the Yew framework.
|
|
|
|
## How
|
|
|
|
Built with Yew, compiled to `wasm32-unknown-unknown` via Trunk. Communicates with the quotesdb-api backend.
|
|
|
|
## Run
|
|
|
|
```sh
|
|
trunk serve
|
|
```
|
|
|
|
## Test
|
|
|
|
```sh
|
|
cargo fmt && cargo check && cargo clippy && cargo test
|
|
```
|
|
|
|
## License
|
|
|
|
Licensed under either of [Apache License, Version 2.0](../../LICENSE-APACHE) or [MIT License](../../LICENSE-MIT) at your option.
|
|
|
|
## Disclaimer
|
|
|
|
This software was written with [Claude Code](https://claude.ai/claude-code) (claude-sonnet-4-6).
|