Skip to content

This repo contains the output files of the Spotify Clone with respect to the React JS Tutorial for Beginners under CleverProgrammer on YT.

Notifications You must be signed in to change notification settings

CrypticMuze/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyLogo

Spotify Clone

About the Project

This repo contains the output files for the Spotify Clone with respect to the React JS Tutorial for Beginners. All credits go to CleverProgrammer YT Channel

Live Demonstartion of the Project

LIVE Demonstration: Click Here

Installation/Personal Integration

  1. Clone repo on your local system
git clone https://github.com/CrypticMuze/spotify-clone.git
  1. Open a terminal on your localhost and install the dependencies
npm install
  1. Go to Spotify's Developers Portal and login to your dashboard
https://developer.spotify.com/dashboard/
  1. On your dashboard create a new application and provide necessary details. Next open project overview.

  2. Under edit settings, provide the redirect URL of the site after spotify authorizes the user. Ususlly this is the URL of the hosted site (Netlify/Firebase). You can enter http://localhost:3000/ initially as it is the local server of the react application.

  3. Now copy the Client ID provided on the dasboard.

Goto spotify-clone\src\spotify.js
#In the spotify.js file (line 5) make the following changes to the file -->
const clientId = ""; # Add your personal Client ID key here
  1. Open a terminal on your localhost and build the React app.
npm build
  1. Deploy the production build of the app in the same terminal.
npm run build

You're good to go! HealthHub should open on the live server.

Want to Contribute?

To contribute to this project:

  1. Fork this repo
  2. Make desired changes after cloning it on your local system.
  3. Generate a pull request.

Note: Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Connect with the Collaborators

  1. Aman Anand - LinkedIN || GitHub || Instagram

About

This repo contains the output files of the Spotify Clone with respect to the React JS Tutorial for Beginners under CleverProgrammer on YT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published