Drawing App

Demo

In this drawing app, users can draw different shapes like rectangles, circles, and triangles in their preferred colors. They can also erase or download their drawing as an image. All these functionalities are done with HTML5 canvas & pure JavaScript, no external framework or library is used.

How to use:

Just clone or download this repository. Start local server (LiveServer plugin for VS Code / serve npm package) or just open index file in browser. That's all...

Clone this repo:

git clone git@github.com:alekstar79/drawing-app.git

Go to project directory:

cd drawing-app

Start server:

serve -s .

review