Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thesanjeevsharma/react-music-player
- Owner: thesanjeevsharma
- Created: 2020-01-19T10:57:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:18:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:44:31.999Z (27 days ago)
- Topics: music-player, react, redux, styled-components
- Language: JavaScript
- Homepage: https://react-music-player.netlify.com/
- Size: 17.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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)