amenos76 / Songs-Against-Humanity-Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Songs Against Humanitry

Table of contents

General info

Songs Against Humanity is a work-in-progress game and music discovery app. It combines the gameplay of Cards Against Humanity with song titles from Spotify as well as playback control. You can pick a genre which will give you popular playlists within that genre to choose from. Once a playlist is selected, you are dealt a hand of white cards with the titles of the songs from that playlist as the text. Draw a random black card and choose a white card as your answer to that question. While browsing your white cards a Spotify Player pops up for you to listen to that song and from there share that song on social media or open that song on your personal Spotify App. Full gameplay with others is coming down the road!

Demo

App Demo

Technologies

  • Ruby - version 2.6.1
  • Javascript
  • HTML
  • CSS
  • API - Spotify (developer.spotify.com)

Setup

To run the site, install it locally by cloning the GitHub repository, and in your Terminal type:

cd into the backend folder
run bundle.install
run db:migrate
run db:seed
run rails s 
cd into the frontend folder
run lite-server

Features

  • Play the game and create hilarious card combos!

gif of highlights

  • Discover and play new music!

gif of music details

  • Share music to social media!

gif of sharing menu

  • Open songs in the official Spotify app with one click

gif open in spotify

Status

Project is work-in-progress with plans to expand features and create fully functional gameplay with other users.

Contact

Created by Augie Menos

License

Copyright (c) [2021] [Augie Menos]

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.

About


Languages

Language:JavaScript 54.6%Language:CSS 26.4%Language:HTML 19.0%