An interval timer progressive web app
Find a file
dependabot[bot] 7af4770b12 Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 07:21:39 -06:00
.devcontainer WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
.github Add lint to PR workflow 2024-04-29 21:19:45 -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 Remove unused variable 2024-04-29 21:19:45 -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 Remove comments in index.html 2023-12-17 09:46:26 -07:00
LICENSE Update license & package.json 2023-12-17 09:53:02 -07:00
package-lock.json Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 2024-05-27 07:21:39 -06:00
package.json Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 2024-05-27 07:21:39 -06:00
README.md Update license & package.json 2023-12-17 09:53:02 -07:00
swa-cli.config.json WIP: Modernize codebase from PWA Starter template 2022-08-15 03:24:15 +00:00
tsconfig.json Fix rollup/parseAst not found 2023-12-14 18:39:33 +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