An open API service indexing awesome lists of open source software.

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!

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
```