Skip to content

RadekPelikan/Draw2gether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draw2gether VIEW HERE

Simple online drawing app. You can draw with your friends in real time. You can create new layers and change background color. You can also erase your drawing.

To run this app you need to download both repositories, this one and Backend repository

You can see PDF document with more information about project in docs folder.

Title image

Keyboard shortcuts

Inside room press F1 to see keyboard shortcuts

Shortcut Action
P Brush
E Eraser
+ - Brush size
N New layer
R Remove last layer
C Change background color

How to run

  • mkdir drawApp
  • cd drawApp
  • git clone https://github.com/RadekPelikan/year_project-Socket.io-server backend
  • git clone https://github.com/RadekPelikan/year_project-Socket.io-client client

Open two terminals

  • cd backend
  • npm install
  • npm start

Second terminal

  • cd client
  • npm install
  • npm start

About

Web drawing app to for you and your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published