LetsDraw: Basic functionalities of a simple online whiteboard tool are implemented
LetsDraw
About
In this project, basic functionalities of a simple online whiteboard tool are implemented. In my opinion, this project has by far been the best project to learn javascript.
Demo
? Features
- Draw, drag, resize Rectangle
- Draw, drag, resize Line
- Draw, drag Free hand pencil drawing
- Maintain drawing history with undo-redo feature
? Installation Guide
A step by step series of examples that tell you how to get a development env running
In your cmd:
git clone https://github.com/RugvedB/LetsDraw/
Then,
cd LetsDraw
npm install
npm start
You are done with the setup now!
? Acknowledgements & References
- Redhwan Nacef – https://www.youtube.com/c/RedhwanNacef
- Javascript – https://developer.mozilla.org/en-US/docs/Web/JavaScript