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.
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 |
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