A simple, single page web app which allows a user to create pixel art on a grid which is dynamically generated according to the user's input.
This application combines HTML, CSS and JavaScript to create a web application which utilises a user's input (in the form of integers) to create a HTML table which functions as a pixel art canvas.
If you are not familiar with GitHub, don't worry, I have got you covered. Just follow these steps and you can access the project:
- Click on the green Code button, which will open up a small menu;
- Within the menu, select the Download ZIP option;
- Download the project file;
- Open the zipped project file;
- Unzip/Extract the project files into a new folder;
- Click on the final.html file to open Pixel Art Maker.
For GitHub users, please clone the project's repository into a local directory of your choosing.
git clone <remote-short-name> <remote-URL>
Navigate to the relevant local directory and the click on the final.html file to open Pixel Art Maker.
All that is required to use Pixel Art Maker is a web browser. I have only tested and used Pixel Art Maker on Firefox, so I am not sure of any of the differences that might exist on other web browsers.
Pixel Art Maker was a project that was designed as part of Udacity's "Intro to Programming" nanodegree program. As such, it's a simple project which doesn't require any user contribution.