/spatialdj-frontend

🎧 Listen to music with your friends.

Primary LanguageJavaScript

SpatialDjLogo

Spatial Dj

About The Project

Spatial.dj Home Page Screen Shot

Main Features

  • 🎧 Listen to the same songs with your friends
  • 🔥 Interact through instant messaging, proximity audio, reactions and voting
  • 💬 A fair queue system to ensure everyone's song choices gets played
  • âš¡ Sleek UI thanks to Chakra-UI components

Demo Video

SpatialDjVideo

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Requires Node version >= 14.16.0

  • You can check your Node version like this
    node -v

💥 IMPORTANT: make sure you also clone and run the backend here 💥

Installation

  1. Clone this repo
    git clone https://github.com/spatialdj/frontend.git
  2. Install NPM packages
    npm install

Usage

  • To run the front end in development mode
    npm start