Skip to content

A pixel art maker in JQuery for the needs of Web Developer Course(Google Scholarship) on Udacity

Notifications You must be signed in to change notification settings

abainine/PixelArtMaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Art Maker Project

Final Project for the Google Front end scholarship challenge on Udacity John Rinakakis

Demo: https://codepen.io/JohnRin/pen/PEmgGG

Instructions(Initial requirements)

Your users should be 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.

Your primary task is to implement the makeGrid() function, that dynamically creates a grid that the user can interact with.

Extra Features

  • Click and drag to paint
  • Right-Click and drag to erase
  • Save canvas as a picture to desktop
  • Clear the Canvas
  • Toggle the grid of the table

About

A pixel art maker in JQuery for the needs of Web Developer Course(Google Scholarship) on Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • HTML 21.0%
  • CSS 10.5%