This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
rust-web/frontend
2024-06-11 23:04:06 -07:00
..
src support random question fetching 2024-06-11 23:00:57 -07:00
Cargo.lock split project into fe/be crates 2024-06-11 18:44:33 -07:00
Cargo.toml split project into fe/be crates 2024-06-11 18:44:33 -07:00
index.css fix frontend string id bug 2024-06-11 22:45:47 -07:00
index.html split project into fe/be crates 2024-06-11 18:44:33 -07:00
README.md update frontend readme 2024-06-11 23:04:06 -07:00

Rust Axum Question and Answer Server - Frontend

This yew based rust frontend is derived from knock-knock-yew authored by Bart Massey

Contents

I'll do my best to keep these contents up-to-date as changes are made to the source code

  • Setup
  • Dependency overview
  • Source overview
  • Looking ahead

Build and Run

cd frontend
cargo build
trunk serve

Then, access the webserver shown in standard output in a browser of your choice

Dependency overview

std

TODO

Yew

TODO

gloo

TODO

Serde/serde_json

A useful package for serializing and deserializing data.

wasm_bindgen_futures

TODO

Source overview

src/main.rs

TODO

src/finder.rs

TODO

src/question.rs

TODO

Looking ahead

TODO

Code cleanup

TODO

Higher priority

TODO

Lesser priority

TODO