User can select on a range of dropdowns on a specific category. In this case we are voting on a beergarden. In the end, he can expect his own result and can compare against different voters.
Screenhots
Form fields
Color selection for his own votings and comment for each vote
User Result with sum and score
All results from users
Stack
Languages
Rust Cargo toml:
[dependencies]
rocket = { version = "=0.5.0-rc.3", features = [ "json"] }
regex = { version = "1.9.3" }
[dependencies.rocket_dyn_templates]
version = "=0.1.0-rc.3"
features = [ "tera" ]