/Skribbl-App

Primary LanguageJavaScript

Spider On-Sites CWD Tasks

This repo is to hold the onsites task of Spider Inductions.

BACKEND - Hard

  • Develop a 2-Player Game similar to skribbl.io , where the site generates a random word. One player has to draw the word with some basic drawing tools, and the other player has to guess the word in real time.

Setup and Getting Started

  1. Download or clone this repo to your local system.
  2. After this, open the terminal and run the following command to download all the dependencies.
npm install
  1. After downloading all the dependencies, run the following command in the terminal.
npm run start
  1. Now, navigate to http://localhost:3000