This repository has been archived on 2024-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-05-01 22:28:25 +02:00
public fix: remove unused fonts 2024-05-01 22:28:25 +02:00
src feat: create Task struct with fake data 2024-04-30 16:22:28 +02:00
styles chore: add css and missing.css library 2024-05-01 22:23:27 +02:00
.gitignore chore: implement initial simple website 2024-04-26 18:13:22 +02:00
.prettierrc style: added prettier config 2024-05-01 19:43:29 +02:00
build.rs fix: simplify compiling 2024-04-30 16:23:04 +02:00
Cargo.lock feat: create Task struct with fake data 2024-04-30 16:22:28 +02:00
Cargo.toml feat: create Task struct with fake data 2024-04-30 16:22:28 +02:00
README.md feat: implement lightningcss 2024-04-27 13:24:23 +02:00

clego-app

Tech Stack

  • Rust
  • Axum: for serving static assets and powering the backend API
  • htmx: for reactivity on the UI
  • Maud: HTML templating (debatable, we may want to switch to askama)
  • Sass: for styling
  • Bulma: no-js css-style framwork
  • Bootstrap Icons: for icons
  • Grass: for scss compiling
  • lightningcss to minify css

Font choice

Use default system fonts to enhance native feel as well as lower size, following Modern Font Stacks