The webpage of Jana Sessions
Go to file
2025-02-20 10:42:44 +01:00
leptos_webpage Migrate leptos_webpage to session_iter logic (build now broken) 2025-02-18 17:11:07 +01:00
session_iter Fix RegularSession serialization 2025-02-18 17:18:50 +01:00
.gitignore Update .gitignore 2025-02-14 15:29:56 +01:00
Cargo.toml [WIP] refactor SessionDayIter 2025-02-17 20:18:41 +01:00
README.md Update README.md 2025-02-20 10:42:44 +01:00
rustfmt.toml Reformatting and first dioxus experiments 2025-02-17 12:46:29 +01:00

Jana Sessions Webpage

The webpage of Jana Sessions (unofficial name) written in Rust.

The project consists of a logic crate and a first version of the webpage written using leptos. A switch to dioxus is planned.

session_iter

The logic to find the dates of upcoming sessions.

leptos_webpage

The first functional version of the page, using leptos and trunk. Please see the README there for more details.