Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 2.13 KB

README.md

File metadata and controls

94 lines (59 loc) · 2.13 KB

Real Time Drawing

Description   |   Demo   |   Improvements   |   Technologies   |   Requirements   |   Installation   |   How to Play   |   License   |   Author


🎯 Description

Interactive whiteboard made with NodeJS, Express and Socket.io

📸 Demo

Unfortunately it only works on computers not on phones If you want view a demo please click Here.

📝 Improvements

These are the list of currect improvements:

  • ♦️ Improve the UI.
  • ♦️ Add more colors.
  • ♦️ Add option for change the background color.
  • ♦️ Make it work on smartphones.

🎨 Technologies

✅ Requirements

Before starting 🏁, you need to have:

🧰 Installation

Clone Repository

$ git clone https://github.com/arturomsoberanes/real-time-drawing.git

Go to directory

$ cd real-time-drawing

Install the dependencies

$ npm install 

🕹️ How to Run

Run the command "npm start"

$ npm start

💼 License

This project is under license from GNU. For more details, see the LICENSE file.

Made with ❤️ by Arturo Soberanes

 

Back to top