This is a simple drawing application that allows users to create drawings by selecting shapes from the available options or by drawing freely on a canvas. Users can also save their creations as images.
The application interface consists of two main sections:
- Left Section - Tool Board
- Right Section - Canvas
The Tool Board on the left side allows users to select different shapes, options, and colors for their drawings.
Users can choose from three available shapes to draw on the canvas:
- Rectangle
- Circle
- Triangle
Users can also select the fill color option to fill the shapes with a color of their choice.
Two options are available for users:
- Brush - Allows users to draw freely on the canvas.
- Eraser - Enables users to erase parts of their drawing.
There are four default color options available. Users can select additional colors by opening a color picker through the fifth color option.
- Clear Canvas: Clicking this button clears the canvas completely.
- Save As Image: This button allows users to save their drawings as an image file.
The right section of the application features the canvas where users can draw shapes or create freehand drawings.
This drawing application is built using the following technologies:
- HTML
- CSS
- JavaScript
- Canvas API