Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 987 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 987 Bytes

Pixel Art Maker Project

This Repo contains Code for Pixel Art Maker project done for Udacity nanodegree.This is a single web app that allows users to draw pixel art on a customizable canvas! 

Project Guidelines

This is my completed student project based on this starter repository.

Project Tasks.

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

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery Library

Program Test

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to the mentors and the student community of the course for the feedback, ideas, and help throughout the course and especially with this project.