Skip to content

sylvaindubus/workout-chrono

Repository files navigation

workout-chrono

Just a simple web app to prepare your own workout and get shit done!

The app is currently living here.

🗺 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