Svelte app to track Beach 2025 goals
Find a file
2025-03-20 16:51:40 +01:00
data Add progress bars to summary page 2025-03-20 16:51:40 +01:00
public Add PWA: manifest, icons 2025-02-12 23:27:44 +01:00
src Add progress bars to summary page 2025-03-20 16:51:40 +01:00
.gitignore Init project 2025-02-03 12:41:09 +01:00
index.html Add PWA: manifest, icons 2025-02-12 23:27:44 +01:00
LICENSE Add license 2025-02-05 11:39:14 +01:00
package-lock.json Add PWA: manifest, icons 2025-02-12 23:27:44 +01:00
package.json Add PWA: manifest, icons 2025-02-12 23:27:44 +01:00
README Add progress bars to summary page 2025-03-20 16:51:40 +01:00
release.sh Add release script 2025-02-05 11:27:25 +01:00
svelte.config.js Init project 2025-02-03 12:41:09 +01:00
tsconfig.app.json Init project 2025-02-03 12:41:09 +01:00
tsconfig.json Init project 2025-02-03 12:41:09 +01:00
tsconfig.node.json Init project 2025-02-03 12:41:09 +01:00
vite.config.ts Add progress bars to summary page 2025-03-20 16:51:40 +01:00

Strand
======

Q: What is this?
A: A digital countdown app for a health project, including
   going to the gym, doing cardio and being on a diet.

Q: What does the name mean?
A: It is swedish for "beach", referring to typical "beach <year>"
   goals. Since this is yet another beach goal, and  I am a swede,
   it was the first that popped into my head.

Stack
-----

Vanilla Svelte, with a plugin for persistent store using
localStorage, as well as some PWA addons for better offline
use on mobile devices.