Workout app with in Rust with HTMX usable as a PWA
  • CSS 58.4%
  • Rust 38.4%
  • JavaScript 1.6%
  • Nix 1.2%
  • Dockerfile 0.4%
Find a file
2025-07-24 20:42:43 +02:00
.gitea/workflows added offline mode 2025-07-18 11:27:07 +02:00
.sqlx added offline mode 2025-07-18 11:27:07 +02:00
assets Added exercise swapping 2025-07-22 19:48:38 +02:00
migrations Added the insertion of new workouts 2025-07-24 20:42:43 +02:00
src Added the insertion of new workouts 2025-07-24 20:42:43 +02:00
.gitignore Added basic exercise addition and deletion 2025-07-09 14:02:18 +02:00
build.rs Added basic exercise addition and deletion 2025-07-09 14:02:18 +02:00
Cargo.lock Added the functionality to insert a workout 2025-07-15 13:53:05 +02:00
Cargo.toml Added the functionality to insert a workout 2025-07-15 13:53:05 +02:00
docker-compose.yml Added basic exercise addition and deletion 2025-07-09 14:02:18 +02:00
Dockerfile added copying of static assets 2025-07-18 12:20:56 +02:00
flake.lock initialized repository 2025-07-08 19:22:23 +02:00
flake.nix Added basic exercise addition and deletion 2025-07-09 14:02:18 +02:00
mprocs.yaml Added basic exercise addition and deletion 2025-07-09 14:02:18 +02:00
package.json initialized repository 2025-07-08 19:22:23 +02:00
pnpm-lock.yaml initialized repository 2025-07-08 19:22:23 +02:00
tailwind.css Updated UI 2025-07-15 20:28:29 +02:00