benjdelt / etch-a-sketch

Javascript and JQuery project from The Odin Project curriculum (http://www.theodinproject.com).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a student project, part of the Odin Project (http://www.theodinproject.com) curriculum to learn web development.

The goal was to use Javascript and JQuery to build a browser version of a something between a sketchpad and an Etch-A-Sketch.

This page uses JQuery to create a grid, then, when hovering the mouse over the grid, a function changes the background color of each square. The buttons allow the user to reset the grid with a custom definition, draw in a random color, go back to the default color (white), and use an eraser.

About

Javascript and JQuery project from The Odin Project curriculum (http://www.theodinproject.com).


Languages

Language:CSS 38.3%Language:JavaScript 33.1%Language:HTML 28.6%