Drawing App is a simple yet powerful web-based drawing tool that allows users to create digital artwork with ease. Built using the HTML Canvas API, this app provides a user-friendly interface and essential features for both amateurs and skilled artists.
- Clear Canvas: Reset your canvas to start a new artwork with just one click.
- Change Stroke Color: Choose different colors to make your drawing vibrant.
- Change Stroke Width: Adjust the width of the stroke to match your drawing style.
- User-Friendly Interface: A clean and intuitive interface that makes drawing straightforward and enjoyable.
To get started with Drawing App, follow these simple steps:
Ensure you have a modern web browser installed, such as Google Chrome, Firefox, Safari, or Edge.
-
Clone the repository to your local machine:
git clone https://github.com/praveen-rikhari/Drawing-App.git
-
Navigate to the app directory:
cd Drawing-App -
Open the
index.htmlfile in your web browser.
- To draw: Click and drag the mouse on the canvas.
- To change the color: Click on the color palette and select your desired color.
- To change the stroke width: Use the slider to adjust the width.
- To clear the canvas: Click the 'Clear' button.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request