This is an example using Spotify API with React JS. You can search a song and then reproduce it. But before you have to log in with your Spotify credentials to try it.
It is built with Redux and React Router
- axios for api requests
- redux for redux structure
- react-redux for connect react with redux
- react-router for define the app routes
- redux-thunk for async actions with redux
- spotify-sdk for connect spotify with our app written in react js