Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesanjeevsharma/react-music-player

A music player made in React using Redux.
https://github.com/thesanjeevsharma/react-music-player

music-player react redux styled-components

Last synced: 11 days ago
JSON representation

A music player made in React using Redux.

Awesome Lists containing this project

README

        

# React Music Player

> A front-end only music player I made just because I was bored, but it turned out to be good.

### Status

:warning: Discontinued, as I got involved in some other fancy stuff.

![Demo Image](/demo.png)

## Installation

- Clone the repo
- `cd` into dir and run `yarn install`
- To run a dummy database, run `json-server --watch db.json --port 4000`
- To start the project, run `yarn start`
- Visit `http://localhost:3000`

## Author

[Sanjeev Sharma](https://linkedin.com/in/thesanjeevsharma)