Painter is a canvas painting web app, where you can draw and express your creativity, and download your painting.
Live Version : Painter
- Fork the repo (
Fork
option in the right corner) - Clone the repo
$ git clone https://github.com/USER_NAME/Painter.git
- Change your directory to the cloned repo and install all the node modules
$ npm install
- The directory
build
contains the entire app (all the rest is for development). So, just open the following url in your browser,
$ http://127.0.0.1:5500/build/
- HTML 5
- SCSS
- JavaScript(ES6+)
- Parcel
Feel free to mail me for any doubts/query :email: iamsourav470@gmail.com
Feel free to file a new issue with a respective title and description on the the Painter repository. If you already found a solution to your problem, I would love to review your pull request!