Skip to content

akshatshah21/Pictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pictionary

A web-app for the game we all love and enjoy.

MIT License Node.js React Socket.IO Vite React Router Express

Demo

The game is hosted on Heroku. However, there's a noticeable time lag during the rounds currently. We hope to solve this soon!

Tech Stack

Server

  • Node.js
  • Socket.IO
  • Express
  • Nanoid
  • Chance
  • Leven

Client

  • React
  • React Router
  • Socket.IO Client
  • Chakra UI
  • Vite
  • React Sketch Canvas
  • Use Sound

Installation

  • Clone this repository:
    git clone https://github.com/akshatshah21/Pictionary.git
    cd Pictionary
  • Install server dependencies:
    npm install
  • Install client dependencies:
    cd client
    npm install
  • Start the server (in the root of the repository):
    npm start
    Use npm run dev for the development server.
  • Start serving the client:
    npm run dev

Open http://localhost:3000!

Screenshots

1
2
3
4
5
6
7

Authors

License

MIT