A web-app for the game we all love and enjoy.
The game is hosted on Heroku. However, there's a noticeable time lag during the rounds currently. We hope to solve this soon!
- Node.js
- Socket.IO
- Express
- Nanoid
- Chance
- Leven
- React
- React Router
- Socket.IO Client
- Chakra UI
- Vite
- React Sketch Canvas
- Use Sound
- 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):
Use
npm start
npm run dev
for the development server. - Start serving the client:
npm run dev
Open http://localhost:3000!