chrnorm / quizify

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

Home Page:https://www.quizify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.quizify.app


Languages

Language:JavaScript 93.2%Language:CSS 3.9%Language:HTML 2.9%