react-jams

A Spotify-ish music player done in ReactJS

Stars
0

React Jams

A Spotify-ish application built with React; a proof-of-concept to start integrating with Spotify and create a music player.

See the demo here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

  1. Clone this repo using git clone https://github.com/csantiago132/react-jams.git
  2. Move to the appropriate directory: cd react-jams.
  3. Run yarn install in order to install dependencies.
  4. Run yarn start to start the application.

Features

  • Play/Pause Music
  • Next/Previous
  • Volume up/down
  • Able to see and change range of song
  • Recommended based on history
    ..and more

Sidenote:

UI and UX improvements are in the works, the main priority on my end has been creating the proof-of-concept and logic.

TODO List

In the near future, I want to add:

  • Integration with Spotify
  • Redux
  • Typescript
  • Reselect
  • React Native or Electron version

Built With

  • ReactJS - A JavaScript library for building user interfaces

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

Not yet ready for any type of license.

Related Projects