JoeUrso / whos-da-illest

Inspired by the popular Hip Hop competition Verzuz, Kool Moe Dee’s rap report card, and websites like Miniclip and Addicting Games, “Who’s Da Illest?” combines the competitive nature of Hip Hop music with a criteria based grading system, allowing users to have a say in which rapper reigns supreme. Tech stack used: HTML, CSS, JavaScript, React, Node with Express, MySQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Who's Da Illest?

Inspired by the popular Hip Hop competition Verzuz, Kool Moe Dee’s rap report card, and websites like Miniclip and Addicting Games, “Who’s Da Illest?” combines the competitive nature of Hip Hop music with a criteria based grading system, allowing users to have a say in which rapper reigns supreme.

Stack

FRONT END - React, JavaScript, HTML5, SASS/SCSS

BACK END - Node.js, Express, Knex, MySQL

Features

  • Rappers ranked by average grade
  • Battle Board ranked by battles fought
  • Spotify stats for each rapper
  • Tooltips to explain each criterion
  • Microphone slider used to grade rapper
  • Results page to display winner
  • Animations and Sound FX
  • Responsive

Installation

  cd client and npm install
  cd server and npm install
  • Database

    • cd into server
    • if Knex is not installed
      • $ npm install knex --save
      • $ npm install mysql --save
    • start MySQL
    • CREATE DATABASE whose_da_illest
    • make sure knexfile.js has the appropriate info
    • knex migrate:latest
    • knex seed:run
  • Additional info

    • see .env.sample

API Reference

Get all rappers

  GET /rappers

Patch to update rapper wins and losses

  PATCH /rappers/rapper1-wins
  PATCH /rappers/rapper2-wins
  PATCH /rappers/rapper1-losses
  PATCH /rappers/rapper2-losses

Get all grades

  GET /grades

Get rapper avg grades

  GET /grades/avg-grades

Post new grades

  POST /grades

Get criteria

  GET /criteria

Get all battles

  GET /battles

Patch rapper wins and losses

  PATCH /battles/rapper1
  PATCH /battles/rapper2

Get spotify data for battles

  GET /battles/rapper-data

Screenshots

Screen Shot 2022-02-01 at 7 21 07 PM

Screen Shot 2022-02-01 at 7 20 40 PM 2

Screen Shot 2022-02-01 at 7 23 02 PM 3

Lessons Learned

  • How well knex and MySQL work together
  • How to make more exciting animations
  • How to use sound fx onClick
  • How to use state more effectively
  • How fun building a passion project can be

Next Steps

  • Set up Oauth using passport.js
  • Build a page for users to submit their own battles
  • Make necessary changes to support multiple users playing the game
  • Deploy

About

Inspired by the popular Hip Hop competition Verzuz, Kool Moe Dee’s rap report card, and websites like Miniclip and Addicting Games, “Who’s Da Illest?” combines the competitive nature of Hip Hop music with a criteria based grading system, allowing users to have a say in which rapper reigns supreme. Tech stack used: HTML, CSS, JavaScript, React, Node with Express, MySQL.


Languages

Language:JavaScript 75.7%Language:SCSS 23.3%Language:HTML 1.0%