Skip to content

jainmohit2001/spotify-client

Repository files navigation

Spotify Client

This project is part of John Crickett's Coding challenges.

https://codingchallenges.fyi/challenges/challenge-spotify

This is a simple Spotify client that uses the Spotify API to show profile, list playlists and a simple web player to play songs.

Table of Contents

TechStack

Installation

# Install dependencies
npm ci

Configuration

Create a .env.local file in the root of the project and add the following variables:

REACT_APP_SPOTIFY_CLIENT_ID=''
REACT_APP_SPOTIFY_REDIRECT_URI=''

Starting the server

# Start the dev server
npm run start

Building the project

# Build the project
npm run build

Extra commands

# Eslint
npm run lint

# Prettier
npm run format

About

This is a Create React app based Spotify client implemented using the Spotify TS SDK and Web Playback SDK. This project is part of Coding Challenges series by John Crickett https://codingchallenges.fyi/challenges/challenge-spotify

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published