https://github.com/sylvaindubus/workout-chrono
The simplest app ever to time your own workout!
https://github.com/sylvaindubus/workout-chrono
chrono pwa timer vuejs3 workout
Last synced: 7 months ago
JSON representation
The simplest app ever to time your own workout!
- Host: GitHub
- URL: https://github.com/sylvaindubus/workout-chrono
- Owner: sylvaindubus
- License: mit
- Created: 2021-03-01T17:36:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T19:44:38.000Z (11 months ago)
- Last Synced: 2024-11-17T20:44:22.461Z (11 months ago)
- Topics: chrono, pwa, timer, vuejs3, workout
- Language: Vue
- Homepage: https://workout-chrono.app
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workout-chrono
Just a simple web app to prepare your own workout and get shit done!
The app is currently living [here](https://workout-chrono.app).
## 🗺 Road-map
- ~~Improve program state~~
- ~~Add a preview of the next step before time's up~~
- ~~Make clear that you can add a step without a duration~~
- ~~Add some sounds during the last 5 seconds of a step~~
- ~~Add a presentation screen~~
- Find a better name
- Improve icon management
- Make things a bit prettier, add smooth animations and a cool mascot
- Improve progress bar features
- Support drag-and-drop on mobile## 💡 Future ideas
- ~~Support multiple workouts~~
- Support different languages
- Add another step type, like "Other", using a purple color## 🛠Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```