This project is a part of Front-End Web Developer Nanodegree Program.
It's a single-page web app that allows users to draw pixel art on a customizable canvas
User can:
- set the size of the canvas.
- choose a color with color picker.
- click a cell in the canvas to fill that cell with the chosen color.
- double-click a cell in the canvas to erase the cell.
Let's make your masterpiece!💫🦄
For the implementation the project uses HTML, CSS, and jQuery.