Skip to content

lily-silva/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etch-a-sketch

From The Odin Project's JavaScript exercises

This is a web application that mimics the classic toy "Etch-a-sketch". Users can draw on a canvas by hovering their mouse over the grid squares. The application provides several features such as changing the grid size, clearing the canvas, switching between black and white or colored drawing modes.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  • Clone or download the repository
  • Open the index.html file in your browser
  • Hover your mouse over the grid squares to draw
  • Use the buttons to clear the canvas, switch between drawing modes, and change the grid size
  • Access it in lily-silva.github.io/etch-a-sketch/

Features

  • Users can draw in black and white or color mode
  • Users can change the size of the grid from 1 to 64
  • Users can clear the canvas

About

From The Odin Project's JavaScript exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published