Skip to content

Created a single-page app in JavaScript where the user can create artistic designs!

Notifications You must be signed in to change notification settings

Xiankai-Wan/Pixel-Art-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Art Maker Project

All the Steps Required to Run the Application

To play the game, you may visit: https://xiankai-wan.github.io/Pixel-Art-Maker/ Or if you want to run it locally, you may:

  1. Download the Github repository
  2. Open index.html

What I Build

I bulid a single-page web app that allows users to draw pixel art on customizable canvas!

You can be able to:

  1. Dynamically set the size of the table as an N by M grid.
  2. Choose a color.
  3. Click a cell in the gird to fill that cell with the chosen color.

Just like this:

Technologies

  • JavaScript and jQuery
    • Define variables with const and let
    • Access the DOM use methods of the document object
    • Declar functions and attach them to DOM objects even listeners
    • Write nested loops and use loop variables

About

Created a single-page app in JavaScript where the user can create artistic designs!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published