flxwu / WebPaint

:black_nib: Draw and Save Your Doodles online!
https://webpaint.flxwu.com
MIT License
12 stars 2 forks source link
database doodle drawing firebase firebase-database javascript nodejs p5js web

WebPaint

Draw and Save Your Doodles online!

Webpaint is an drawing Web App where you can save your drawings for opening them up later!.

Used technologies:

Current Features

Landing Page

ToDo

There is still a lot of work to be done.

A few ideas are:

Feel free to submit your own ideas with a Pull Request!

Local Build

  1. Clone the repository (I personally adopted to use SSH for git)
    git clone git@github.com:Pl4gue/WebPaint.git
  2. Install npm packages
    npm install
  3. Deploy locally using Firebase Hosting
    firebase serve
  4. Access your local build on localhost:5000.

Contribute

Feel free to submit a PR at any time, no matter if it's an enhancement of your own, one of the ToDo-features from above or just a simple bug fix!