Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 807 Bytes

Quizify

🎵 How well do you know your Spotify library? 🎵

This project is a demonstration of a highly animated user interface with complex asynchronous data fetching through the Spotify Web API. Everything is client-side (no servers!)

Under the hood, the app is built with React, React Spring (for animations), and Redux + Redux Saga (for async state management and API access).

The app authenticates with Spotify using the Implicit Grant Flow (more details in the Spotify developer docs).

Getting started

To run a local development version of the app, first clone the repository and change directories into it, then run

yarn install

Then to start the development server, run

yarn start