GitXplorerGitXplorer
c

spotify-react-material

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7de5e7479ff9592d03940c42b65cf6fcfc19d337

Merge branch 'master' of https://github.com/camerondubas/spotify-react-material

ccamerondubas committed 8 years ago
Unverified
eb8f56ece2fc628ee953d0425911cb161f6c4b81

update index

ccamerondubas committed 8 years ago
Unverified
821b7bcdffd36dd5b69a6c7ecef2f1006e39feeb

Update README.md

ccamerondubas committed 8 years ago
Unverified
89440ca0f7bc79422603006176bb5752d503205c

Cleanup Index

ccamerondubas committed 8 years ago
Unverified
682a376ead0b869062fe6f92f146cb10566b1dc3

Update Readme

ccamerondubas committed 8 years ago
Unverified
885da10b08fa9c1f249b485a6f09a4b5ff698a90

Spotify Web Player

ccamerondubas committed 8 years ago

README

The README file for this repository.

Spotify React Material

This project is a Work In Progress Web Player for Spotify that is built on React and Redux. It takes advantage of Material UI and the Spotify Web API.

Project Goals

This purpose of this project is to build a fully functional web interface for Spotify. Due to limitations of the Spotify Web API, the playback is limited to 30 second clips of each song.

From a technilogical perscpective the goal for this project is to further build my experience with React and Redux in larger scale aplications as well as utilizing Material UI's React components to build interactive experiences matching Google's Material Design specification. Another goal is to gain a deeper understanding of the Spotify API.

Getting Started

Clone this repo locally

Run npm install

Run npm run start

Navigate to localhost:8080

Known bugs/issues

  • This project is an incomplete work in progress, and as a result has many features lacking or incomplete
  • Design is specificaly targeted at mobile-web user for the time being