An open API service indexing awesome lists of open source software.

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

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/).