Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.03 KB

Exercise studio

Live demo

Experiment using SpeechRecognition API (which currently appears to work only in latest Chrome v116) and FileSystem API.

Purpose of the app is to organise exercise routine from the images of exercises in your local file system. After giving browser access to the folder it will read the images, allow you to add text instructions, reorder them using drag and drop and then run the exercise routing which can be controlled by voice. To see what voice commands work click the ? button in the top left corner of the exercise routine screen or see the image below:
Screenshot with supported voice and keyboard commands

Development

Requirements
node tested in latest version 19.8.1 and npm.
Setup
Run npm install and npm start to run the local server with HMR