jainmohit2001 / spotify-client

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 88.8%Language:HTML 7.3%Language:CSS 2.7%Language:JavaScript 1.1%