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. Also you can upload music and listen to your own music.
Follow the steps to run the application:
git clone
this repo- go to projec folder and
npm 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, upload media files and a seekbar to change the time.