/pixel-art-maker

JQuery Project

Primary LanguageJavaScript

Pixel Art Maker

JQuery Project for Udacity frontend course

>> Try it out!

Users should be able to:

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

Extra functionalities I included:

  • Hide gridlines.
  • Keep painting on click and drag.
  • Choose a second color on right-click.
  • Export image as .png.

Resources