ishitagupta1198 / ufend-pixel-art-maker

Pixel Art Maker Project - Udacity Front-end Developer Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Pixel Art Maker

This repository is for the Pixel Art Maker Project, which is part of the Udacity Front-End Web Developer Nanodegree program.

The Project Details

In this project, we are given a starter template. Using this template, I'm building the script to do the following:

  1. Upon form submission, build the grid.
    • The form provides the number of rows (via the grid height) and columns (via the grid width).
    • The grid is a <table>.
  2. Upon clicking on a single grid square, color that square's background color to the currently selected hex color.
  3. Build it with JavaScript (not jQuery).

Should look like this

Reviewer Note

/// indicates "thought process" or strategy for the code/project reviewer.

Disclaimer

This repository is not for general use, but rather an exercise as part of an education program.

Cheers and <happy coding>,
Tonya

About

Pixel Art Maker Project - Udacity Front-end Developer Nanodegree


Languages

Language:JavaScript 73.2%Language:HTML 17.6%Language:CSS 9.2%