Skip to content

Etch-a-sketch is a web-based drawing application that allows users to "doodle" on a dynamic grid of square <div> elements.

Notifications You must be signed in to change notification settings

kiwaeva/etch-a-scetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Etch A Sketch

Etch A Sketch is a simple web-based drawing application that allows users to "doodle" on a dynamic grid of square <div> elements. The app is built with HTML, CSS, and JavaScript, and it recreates the classic Etch A Sketch experience in the browser.

πŸ› οΈ Features

  • Interactive grid dynamically generated with JavaScript
  • Mouseover-based drawing functionality
  • Adjustable grid size (optional enhancement)
  • Clean and minimal UI for easy use

πŸ“Œ Project Requirements

This project was built to meet the following core requirements:

  • Use JavaScript to create a grid of square <div> elements β€” these should not be hardcoded in HTML.
  • Allow users to draw on the grid by interacting with the squares.

πŸš€ Getting Started

To run the project locally:

  1. Clone the repository:
    git clone https://github.com/your-username/etch-a-sketch.git

About

Etch-a-sketch is a web-based drawing application that allows users to "doodle" on a dynamic grid of square <div> elements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published