This project is implemented as part of coursework for CPSC463I at the University of British Columbia. This project is intended for users who are subscribed to the music platform Spotify. It will allow users, and other users within their “Group”, to view each other’s song logs and interact with the logs by “Up Voting” or “Down Voting” a particular log. The type of data we will be storing are Songs along with User Information. This data will be able to be shared among users to access within the group. Additional functionality that we may add/remove based on time constraints is the ability to recommend a played song to another user, and adding commenting functionality to a particular song log for users to provide their opinions (e.g. “This song is awesome!”, “This song is lame”).
0
stars
2
forks
source link
project_2 branch with ReactRouter and Song Components #5
added song and feed components within the Home directory
the Home component renders a SongLog component
SongLog components render Song components
SongLog currently has an example/sample json response for recently played songs
styling added to /client/main.css
added song and feed components within the Home directory the Home component renders a SongLog component SongLog components render Song components SongLog currently has an example/sample json response for recently played songs styling added to /client/main.css