Show off your creativity in the Paint Playground!
You can create and upload your canvas in the public gallery and also edit other's creations in this awesome app. This app is designed only for mobiles and not very responsive
Paint Playground is a simple app where can can create your drawings on the canvas and share it in the public gallery. You can also view creations of others as well as edit them. It also gives some more amazing features like changing brush color and thickness and the background of the canvas.
Technologies used in this app are p5.js for canvas management, Firebase for database to store users creations, jQuery and basic web technologies - HTML, CSS and JavaScript.
Just set your firebase configurations in the file \js\script.js)
on line 86
var config = {
apiKey: "<YOUR_API_KEY>",
authDomain: '<AUTH_DOMAIN>',
databaseURL: '<DATABASE_URL>',
storageBucket: '<BUCKET>',
messagingSenderId: '<SENDER_ID>'
}