I was given a starter code, that included HTML and CSS, to build the application. We had to write JavaScript code that lets the user create a grid of squares representing their design, and apply colors to those squares to create a digital masterpiece!
Lab: Pixel Art Maker
Specification
The users should be able to: Dynamically set the size of the table as an N by M grid, The user should also be able to Choose a color. The user should also be able to Click on a cell in the grid to fill that cell with the chosen color.
Technologies used for this project:
HTML, CSS, JavaScript, Bootstrap, and Jquery to make Game