Skip to content

superd0ll/pixelart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Art Maker

A grid of squares full of color!

The task is to create a one-page web application that lets users draw a pixel image on a customizable panel.

The starter code, is given (it is including HTML and CSS) to start building the application. The JavaScript code lets the user create a grid of squares representing their design, and apply colors to those squares to create a digital masterpiece!

Users are able to:

  • Dynamically set the size of the table as an N by M grid.
  • Choose a color.
  • Click a cell in the grid to fill that cell with the chosen color.

The primary task in this project is the implementation of the makeGrid() function, that dynamically creates a grid that the user can interact with.

You can try the Pixel Art Maker here.

About

Pixel Art Maker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published