Find a file
Nicola Zambello 7de32bd704
Some checks failed
Test and deploy / build (16.x) (push) Has been cancelled
feat: update themeColor in head from app state
2021-12-21 20:08:58 +01:00
.github/workflows ci: deploy to gh pages 2021-12-14 10:53:45 +01:00
.husky test: add pre-commit hook with tsc 2021-12-14 09:32:26 +01:00
public fix: pwa images 2021-12-21 18:40:35 +01:00
screenshots docs: add README 2021-12-21 19:32:01 +01:00
src feat: update themeColor in head from app state 2021-12-21 20:08:58 +01:00
.editorConfig feat: add alarm and distance 2021-12-13 20:08:36 +01:00
.eslintignore chore: add eslint and plugins 2021-12-14 09:57:36 +01:00
.eslintrc.js chore: add eslint and plugins 2021-12-14 09:57:36 +01:00
.gitignore chore: update gitignore 2021-12-13 20:24:52 +01:00
.pretterrc.json chore: create project with vite + vite-pwa 2021-12-08 21:44:57 +01:00
.release-it.json chore: setup commitlint and release 2021-12-13 20:16:57 +01:00
commitlint.config.js chore: setup commitlint and release 2021-12-13 20:16:57 +01:00
COMMITLINT.md docs: add README 2021-12-21 19:32:01 +01:00
deploy.sh ci: pin deploy branch name 2021-12-14 10:23:23 +01:00
index.html fix: pwa theme color 2021-12-21 18:45:41 +01:00
LICENSE docs: add LICENSE 2021-12-21 19:34:23 +01:00
package.json feat: update themeColor in head from app state 2021-12-21 20:08:58 +01:00
README.md docs: update readme 2021-12-21 19:42:52 +01:00
tsconfig.json feat: add styling and layout 2021-12-21 16:34:52 +01:00
vite.config.ts refactor: change short name 2021-12-21 19:02:58 +01:00
yarn.lock feat: update themeColor in head from app state 2021-12-21 20:08:58 +01:00

Walk-up alarm

GitHub pages deploy

Alarm clock ringing until you walk out of the bed.

See it in action: nzambello.github.io/walk-up-alarm

It's a PWA. Install it on your device!


Walk-up logo

Screenshots


Development

yarn install

Run the app

yarn dev

Build the app

yarn build
yarn preview

Run tests

yarn test

Contributions

Please follow our convention on commits format.