https://github.com/elevenpassin/music-search
A pretty simple React app that makes use of the Spotify API to enable users to find new music.
https://github.com/elevenpassin/music-search
bootstrap-css css-preprocessor github-page react react-components service-worker spotify spotify-api
Last synced: 4 months ago
JSON representation
A pretty simple React app that makes use of the Spotify API to enable users to find new music.
- Host: GitHub
- URL: https://github.com/elevenpassin/music-search
- Owner: elevenpassin
- Created: 2017-05-22T11:07:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T07:14:11.000Z (about 8 years ago)
- Last Synced: 2025-02-24T06:49:22.302Z (4 months ago)
- Topics: bootstrap-css, css-preprocessor, github-page, react, react-components, service-worker, spotify, spotify-api
- Language: JavaScript
- Homepage: https://buoyantair.github.io/music-search/
- Size: 9.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Search
A simple app that makes use of Spotify API, reactjs and react-dom, react-bootstrap to allow the user to search the Spotify library and gather information about a user and their work.
## Technologies used
- HTML5, CSS3 & Javascript (ES6)
- Bootstrap, react-bootstrap
- Spotify API
- reactjs & react-dom## Features
- User can search for an artist from the spotify library
- When a user searches for a specific artist, the artist data such as name, number of followers, sample songs and related artists are displayed.
- Sample songs can be played and paused.
- User can click on a related artist to inturn get information about that artist and related artists etc.## Planned Features
- [ ] Better UX
- [ ] Implement Soundcloud API besides spotify
- [ ] More features like albums, featured playlists, top songs etc.
- [ ] A custom audio player