SpotifyClone
A Spotify clone application built using the Spotify Web API with React, Redux, JavaScript, and Sass. This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
This project is currently in development.
Clone down this repository. You will need node and npm installed globally on your machine.
Set up environment variables (REACT_APP_CLIENT_SECRET, REACT_APP_CLIENT_ID, REACT_APP_REDIRECT_URI) in a .env.local file.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000/