This repository contains a simple drawing board implemented using HTML, CSS, and JavaScript. Users can unleash their creativity by drawing on the canvas and customize their drawing experience using the features provided in the left sidebar.
- Users can customize the brush size by entering a numeric value in the input field.
- Increase or decrease the brush size using the "+" and "-" buttons.
- Choose a preferred color using the color picker input.
- Clear the entire canvas with the "Clear All" button.
- Utilize the undo and redo buttons to navigate through previous actions.
-
Clone the repository:
git clone https://github.com/your-username/DrawBoard.git
-
Open the index.html file in a web browser.
-
Start drawing and experimenting with the available features in the left sidebar.
- Integrate the undo button functionality.
- Integrate the redo button functionality.
- Simplify JavaScript code for better maintainability.
- Implement additional drawing features:
- Square tool
- Circle tool
- Eraser tool
- ... (add more features as needed)
Feel free to prioritize and modify the tasks based on your development roadmap. Contributions are welcome!
Contributions are welcome! If you have ideas for additional features or improvements, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License, allowing for both personal and commercial use.
Icons used in the toolbox are from the FontAwesome library.
Happy drawing! 🎨