A simple Drawing or Paint App in HTML, CSS and Javascript where 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 & vanilla JavaScript, no external framework or library is used.
For the quick start, you can follow the steps below:
git clone https://github.com/<your-github-username>/Plot.git
- Navigate to the project directory.
cd Plot
- Create a new branch.
git checkout -b <your_branch_name>
a. Contribute
b. Stage your changes and commit
git add -a
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull-Request to
main
. -
Congratulations! You've made your contribution to Plot.
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our contribution guidelines and code of conduct guidelines to see how you can contribute to this project. We are happy for every contribution.
Before making pull requests please look at our contributing guidelines. You can start working on the issue which are mentioned in issues section. Just drop a comment before working on the issue. Thank you!
The code is this repo is licensed under the MIT License. Feel free to use and share it as per the license.