Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asifvora/sound-base
Sound Base App with react + redux.
https://github.com/asifvora/sound-base
javascript music music-player player react react-esc reactjs reactjs-components redux redux-store redux-thunk songs sound soundcloud soundcloud-api
Last synced: 4 months ago
JSON representation
Sound Base App with react + redux.
- Host: GitHub
- URL: https://github.com/asifvora/sound-base
- Owner: asifvora
- License: mit
- Created: 2018-09-18T07:32:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T06:38:36.000Z (about 6 years ago)
- Last Synced: 2024-09-27T12:01:33.953Z (4 months ago)
- Topics: javascript, music, music-player, player, react, react-esc, reactjs, reactjs-components, redux, redux-store, redux-thunk, songs, sound, soundcloud, soundcloud-api
- Language: CSS
- Homepage: https://sound-base.vercel.app/
- Size: 671 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Base
Sound Base App with react.## Getting Started
For help getting started with React, view online
[documentation](https://reactjs.org/).#### 1. [Setup React](https://reactjs.org/docs/try-react.html)
#### 2. Clone the repo
```sh
$ https://github.com/asifvora/sound-base.git
$ cd sound-base/
```#### 3. Install dependency
```sh
$ npm install
```#### 4. Run the app
```sh
$ npm start
```
#### 5. Production build```sh
$ npm run build
```## Questions?🤔
Hit me on [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/007_dark_shadow)
[![Medium](https://img.shields.io/badge/Medium-asifvora-brightgreen.svg)](https://medium.com/@asifvora)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-asifvora-blue.svg)](https://www.linkedin.com/in/asif-vora/)
[![Instagram](https://img.shields.io/badge/Instagram-Asif%20Vora-green.svg)](https://www.instagram.com/007_dark_shadow/)## License
Copyright (c) Asif Vora
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.