From 247964d5cdd30848166286542d375be33ffed3dc Mon Sep 17 00:00:00 2001 From: Caleb Rogers Date: Thu, 15 Feb 2024 14:00:18 +0800 Subject: [PATCH] Add calories project --- src/engineering.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/engineering.html b/src/engineering.html index e300286..8a7827a 100644 --- a/src/engineering.html +++ b/src/engineering.html @@ -253,6 +253,32 @@

To contribute, please see backend repo or frontend repo instructions, or the frontend or backend project kanban boards.

+

+ Technology: Vue, Python, FastAPI, Docker, SQLAlchemy +

+ +
  • +

    + Rolling Average Calories +

    +

    + A Svelte SPA that allows users to note down their calories against days, + and then see rolling calorie averages. +

    +

    + This project was spun up so we could learn Svelte, as well as offline-first + web and PWA development. Eventually it will also be a test platform for some + FOSS and self-hostable Firebase alternatives we're exploring. +

    +

    + To contribute, please issue PRs to the + codeberg repo. + Open issues are best viewed through the + project kanban. +

    +

    + Technology: Svelte, Typescript, CSS +