Find a file
2021-12-21 19:32:01 +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 fix: handle future dates 2021-12-21 19:00:28 +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
package.json refactor: fixes and styles 2021-12-21 17:44:12 +01:00
README.md docs: add README 2021-12-21 19:32:01 +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 refactor: fixes and styles 2021-12-21 17:44:12 +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

Start page Start page Start page

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.