Skip to content

A fully client-side interactive Spotify quiz 🎵 built with React + Redux Saga + React Spring

Notifications You must be signed in to change notification settings

chrnorm/quizify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fully client-side interactive Spotify quiz 🎵 built with React + Redux Saga + React Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published