Skip to content

A music player web app. Built with React, styled-components, Spotify Web API, Spotify Web Playback SDK.

License

Notifications You must be signed in to change notification settings

peitrae/react-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Music Player

GIF

A music player web app. Built with React, styled-components, Spotify Web API, Spotify Web Playback SDK.

View Demo · Report Bug

Table of Contents

  1. Installation
  2. License
  3. Contact
  4. Support

Installation

  1. Clone the repo based on your needs.

    Only Views
      git clone -b views --single-branch [email protected]:peitrae/react-music-player.git
    With authentication
      git clone -b feature/authentication --single-branch [email protected]:peitrae/react-music-player.git
    Final (authentication and player)
      git clone [email protected]:peitrae/react-music-player.git
  2. Run npm install to install dependencies.

  3. Create .env.development file in the root of the project. Learn about how to get Spotify client id and client secret in here

      REACT_APP_URL=http://localhost:3000 /* Your URL, default is localhost */
      REACT_APP_CLIENT_ID= /* Your Spotify Client Id */
      REACT_APP_CLIENT_SECRET= /* Your Spotify Client Id */
  4. Run npm start to start the local server.

License

Distributed under the MIT License

Contact

Peitra Erdi - LinkedIn - [email protected]

Support

If you would like to support this and another of my projects or say thanks for this one, you can support me by buying me a coffee

About

A music player web app. Built with React, styled-components, Spotify Web API, Spotify Web Playback SDK.

Topics

Resources

License

Stars

Watchers

Forks