Drawing App

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.

Features

  • 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.

Getting Started

To get started with Drawing App, follow these simple steps:

Prerequisites

Ensure you have a modern web browser installed, such as Google Chrome, Firefox, Safari, or Edge.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/praveen-rikhari/Drawing-App.git
  2. Navigate to the app directory:

    cd Drawing-App
  3. Open the index.html file in your web browser.

Usage

  • 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.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request