Skip to content

divyanshf/skribbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

NOTE: Down because of heroku 😢. Will shift the backend to other platform soon.

SKRIBBL CLONE (Web)

Description

A Web Application to play pictionary. Original Site : skribbl.io

Features

  • Join a game.
  • Realtime gameplay.
  • Guess the word.
  • Draw the word.

Technologies / Libraries Used

Build From Source

Prerequisite

  • Node
  • NPM
  • Mongo

Setup

  • Clone this repository.
  • In the client directory, run the React application.
    npm start
    
  • In the root directory of this repository, run the Node application.
    npm start
    
  • Go to localhost:3000.

Hosting

You can view the live project here