Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.18 KB

Readme.md

File metadata and controls

48 lines (32 loc) · 1.18 KB

Song Slayer

A song player based on voting of users

Routes
  • Landing
    • creating Rooms
  • Join
    • Joining Rooms
  • vote
    • voting of songs
  • Room
    • voting on songs
    • adding songs for user to get vote

Project Structure

image

Backend

  • NodeJs
  • WebSockets

Frontend

  • ReactJs

ToDo

  • MonoRepo Conversion
  • player[] is not adding new player to exsisting one
  • Player Counts currently playing
  • playerCount variable fix
  • redis as SONG desposer from the qeue

Images

/all [All Route] > image

/ [landing Route] > image

/room [Room Route] > image

/vote [Voting Route] > image