https://github.com/mikeejazmines/spotify-clone
Spotify clone made on reactjs. Uses Spotify API
https://github.com/mikeejazmines/spotify-clone
firebase learn-js react-js spotify
Last synced: 5 months ago
JSON representation
Spotify clone made on reactjs. Uses Spotify API
- Host: GitHub
- URL: https://github.com/mikeejazmines/spotify-clone
- Owner: mikeejazmines
- Created: 2020-08-24T12:04:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T02:34:41.000Z (over 5 years ago)
- Last Synced: 2025-03-27T03:14:42.767Z (9 months ago)
- Topics: firebase, learn-js, react-js, spotify
- Language: JavaScript
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Clone
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## About the project
This is the second video of my quarantine react js learning. This is also part of my learn js/reactjs through developing mini apps. This build in particular was done by following CleverProgrammer's [Build a Spotify Clone with REACT JS](https://youtu.be/pnkuI8KXW_8) Youtube video.
They have other videos such as an Amazon clone, Tiktok clone, WhatsApp clone etc. Good for beginners who want to learn reactjs by example.
My first build (Tinder) can be found [here](https://github.com/mikeejazmines/tinder-clone)
Aside from ReactJS, this also connects to the spotify api.
## Future iterations
To develop this further, functionality can be added to the buttons to simulate the play, pause, next, and other buttons.
## How to run
1. Clone the repo
2. Run `yarn start` or `npm start`
3. No dependency tracker has been added yet, may add in future builds to make sure others can download. Dependencies manually listed below
### Dependencies used
* react-router-dom
* spotify-web-api-js
* @material-ui/core
* @material-ui/icons
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).