An interval timer progressive web app
Find a file
dependabot[bot] 8cb1a2cb25 Bump typescript from 5.2.2 to 5.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 14:00:50 +00:00
.devcontainer WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.github Fix builds 2023-10-15 21:00:57 -06:00
.vscode WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
public Round corners on active timer view 2023-09-13 21:21:50 -06:00
src Fix colors in light mode 2023-10-17 21:31:54 -06:00
test WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.eslintrc.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.gitignore Ignore tags file 2023-10-17 21:38:49 -06:00
Dockerfile WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
gzip.conf Use gzip compression in nginx 2020-05-11 22:05:15 -07:00
index.html Add @fluentui/web-components via npm 2023-10-17 21:38:49 -06:00
LICENSE Update LICENSE 2023-10-17 21:47:35 -06:00
package-lock.json Bump typescript from 5.2.2 to 5.3.2 2023-11-27 14:00:50 +00:00
package.json Bump typescript from 5.2.2 to 5.3.2 2023-11-27 14:00:50 +00:00
README.md Update README 2023-10-17 21:47:35 -06:00
swa-cli.config.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
tsconfig.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
vite.config.ts Fix failing tests 2022-08-15 03:40:52 +00:00

Interval Timer

An open-source interval timer PWA, intended for High-Intensity Interval Training (HIIT).

Building

npm run build

Local Development

npm run dev-server