Skip to content

Yuki2t1/Project-Etch-a-Sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etch-a-Sketch Project

This is a simple Etch-a-Sketch project built using HTML, CSS, and JavaScript. The project allows users to draw on a grid by moving the mouse over it, mimicking the functionality of the classic Etch-a-Sketch toy.

Features

  • Draw on a grid with mouse movements
  • Reset the grid with a button
  • Customize the grid size

Tech Stack

  • HTML - For creating the basic structure of the app
  • CSS - For styling the grid and buttons
  • JavaScript - For handling the drawing functionality and user interactions