Skip to content

oliver-gomes/frontend-nanodegree-pixelartmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Art Maker Project

This Pixel Art Maker App is a project from the Front End Web Developer Nanodegree by Udacity.

project image

Check the project HERE

Table of Contents

  • How Does This Help My Career?
  • How to play
  • Project overview

How Does This Help My Career?

Interacting with the DOM is one of the most fundamental skills for a front-end web developer. Mastering event listeners is essential to creating dynamic user interfaces — and to quite a few other things.

How to play

  • Pick your dimension of the artboard
  • Hit submit to make your board appear
  • Pick any color
  • Start making your art "Yyaaaayyy!"

Project overview

  • Used DOM manipulation techniques as createElement and inserting into the pixelCanvas table
  • addEventListener to grab the user dimensions
  • function to make the grid which includes looping over the desired number of Height and Width while inserting table row and cell into pixelCanvas table element
  • Finally created a reset button by using addEventlistener to interact with reset button and used removeChild to reset the game

About

Pixel Art Maker. Get creative with your Artistic side and create those knockout pixel art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published