rinkesht / Jammming

CodeAcademy - Jammming Project
0 stars 0 forks source link

Summary #7

Open ghost opened 6 years ago

ghost commented 6 years ago

Satisfactory 👍

First of all, good job getting this project to work! It's a smooth experience to clone your project, run the development server, and then get started searching for songs, adding them to playlists and finally adding those playlists to my actual Spotify account. This was no small feat, good job!

Make sure to look through the Spotify API documentation and think of other features that you can add to your web application. As long as you can break a user interface down to components and reason about the state that describes them, you should be able to use React to build your ideas!

https://developer.spotify.com/web-api/endpoint-reference/

rinkesht commented 6 years ago

Thanks @stevetoro for your insightful comments as these comments will guide me to an improvement of React understanding. I'll revise my repository based on these comments.