GDSC-IIIT-Kalyani / Plot

A simple drawing app in HTML, CSS and vanilla 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.
https://gdsc-iiit-kalyani.github.io/Plot/
MIT License
2 stars 13 forks source link
hacktoberfest hacktoberfest2022

Plot


[![Welcome to my profile](https://img.shields.io/badge/Hello,Programmer!-Welcome-blue.svg?style=flat&logo=github)](https://github.com/GDSC-IIIT-Kalyani) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/GDSC-IIIT-Kalyani/Plot) ![License](https://img.shields.io/badge/License-MIT-yellow.svg)


About

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.

Getting Started

For the quick start, you can follow the steps below:

  1. Star this repository.
  2. Fork this repository.
  3. Clone the forked repository.
git clone https://github.com/<your-github-username>/Plot.git
  1. Navigate to the project directory.
cd Plot
  1. 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>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull-Request to main.

  2. Congratulations! You've made your contribution to Plot.

Contributing

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.


Issues & Pull Requests

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!

License & Copyright

The code is this repo is licensed under the MIT License. Feel free to use and share it as per the license.