Skip to content

PieroNarciso/spotify-dashboard

Repository files navigation

DiscoverFy

Discover new music based in your taste.

First screen on login Second screen when closing modal

Features

Themes

Light, Dark, Retro themes aviable.

Light Theme Dark Theme Retro Theme

Volume Control

Volume Control

Local Development

Install dependencies with yarn

$ yarn

Create a .env file in the root directory of the project and copy the content of env-sample; then modify the environment variables to match your client ID and redirect url for spotify API to work.

$ cp env-sample .env

Run the development server

$ yarn dev