An open API service indexing awesome lists of open source software.

https://github.com/nkosi-tauro/pixel-art-maker

#7DaysofCodeChallenge By Udacity & Andela Learning Community (ALC) 🎨
https://github.com/nkosi-tauro/pixel-art-maker

javascript

Last synced: 2 months ago
JSON representation

#7DaysofCodeChallenge By Udacity & Andela Learning Community (ALC) 🎨

Awesome Lists containing this project

README

        

# Project: Pixel Art Maker

This repository is for the Pixel Art Maker Project, which is part of the [Udacity Front-End Web Developer Nanodegree](https://www.udacity.com/course/front-end-web-developer-nanodegree--nd001) program.

## Project Brief

In this project, we were given a [starter template](https://github.com/udacity/project-pixel-art-maker-starter). Using this template, I'm building the script to do the following:

1. Upon form submission, the grid must be built according to the user defined values.
2. Upon clicking on a single square, that square's background color must change to the currently selected hex color.

## What its supposed to look like.
![Pixel Art](image/udacityScreen-shot.png "Pixel Art")