diff --git a/frontend/README.md b/frontend/README.md index 6e83b15..9f80ce2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,5 +1,7 @@ # Rust Axum Question and Answer Server - Frontend +This yew based rust frontend is derived from [knock-knock-yew](https://github.com/pdx-cs-rust-web/knock-knock-yew/tree/main) 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 @@ -17,7 +19,7 @@ cargo build trunk serve ``` -Access the webserver shown in standard output +Then, access the webserver shown in standard output in a browser of your choice ### Dependency overview @@ -35,7 +37,13 @@ TODO ### Source overview -#### [`src/main.rs`](/backend/src/main.rs) +#### [`src/main.rs`](/frontend/src/main.rs) +TODO + +#### [`src/finder.rs`](/frontend/src/finder.rs) +TODO + +#### [`src/question.rs`](/frontend/src/question.rs) TODO ### Looking ahead