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.
- Host: GitHub
- URL: https://github.com/alitursucular/spotify-playlists-quiz-with-react-demo
- Owner: alitursucular
- Created: 2019-05-29T17:28:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:02:41.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:30:02.054Z (4 months ago)
- Language: JavaScript
- Homepage: https://alitursucular.github.io/spotify-playlists-quiz-with-react/
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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_.