An open API service indexing awesome lists of open source software.

https://github.com/alitursucular/spotify-playlists-quiz-with-react-demo

This React app generates a simple quiz based on user's Spotify playlists. It features connecting to Spotify Web API, accessing provided data, extracting useful information from that data and generating multiple choice questions. This app demonstrates an extensive usage of React features. Almost every component in the master branch has explanations and component flow information.
https://github.com/alitursucular/spotify-playlists-quiz-with-react-demo

Last synced: about 2 months ago
JSON representation

This React app generates a simple quiz based on user's Spotify playlists. It features connecting to Spotify Web API, accessing provided data, extracting useful information from that data and generating multiple choice questions. This app demonstrates an extensive usage of React features. Almost every component in the master branch has explanations and component flow information.

Awesome Lists containing this project

README

        

# Spotify Playlists Quiz with React
This React app generates a simple quiz based on user's Spotify playlists. It features connecting to Spotify Web API, accessing provided data, extracting useful information from that data and generating multiple choice questions. This app demonstrates an extensive usage of React features. Almost every component in the master branch has explanations and component flow information.

For the **blog post** and the **demo** of this repo please visit: https://alitursucular.github.io/spotify-playlists-quiz-with-react/

---

Note: The source code is in the _master branch_ while, the build code is in _gh-pages_.