This Repository holds the static files for the react-learning-module DIY practical step. The aim is to create an audio player using the Soundcloud API, with the following features:
- play tracks provided in a predefined list
- search for tracks
- create/remove playlists
- add/remove tracks to/from playlists
- repeat tracks/playlists
- shuffle playlists
- Thanks to Danny Markov of for his cool work on the HTML5 Music Player Experiment which this project is based on.