It is an audio player app. It allows user to play, pause the audio track. Also, user can play next or previous track. In addition to that, user can change the current playing time using a seekbar.
Follow the steps to run the application:
git clone
this repocd auth0-audio
andnpm install
- run
npm start
- open browser on
http://localhost:4200/
- login in the app and you will see the tracks to play
- click on any track and it will start playing
- in the bottom bar, you will see buttons to play/pause, next or previous track and a seekbar to change the time.