https://github.com/unknownuser130/etch-a-sketch
Made this to learn DOM manipulation techniques in JavaScript
https://github.com/unknownuser130/etch-a-sketch
css html javascript
Last synced: about 1 month ago
JSON representation
Made this to learn DOM manipulation techniques in JavaScript
- Host: GitHub
- URL: https://github.com/unknownuser130/etch-a-sketch
- Owner: UnknownUser130
- Created: 2024-07-21T15:21:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:28:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T04:42:31.500Z (about 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://etch-a-sketch-54hp.onrender.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Etch-a-Sketch
This project is a web-based Etch-a-Sketch application that allows users to draw on a grid of squares. Users can change the color of the squares by hovering over them, reset the grid, resize the grid, and toggle random colors.
## Features
- **Draw on the Grid**: Hover over the squares to change their color.
- **Color Picker**: Select a specific color to draw with.
- **Random Color Mode**: Toggle random colors for each square.
- **Reset Grid**: Clear the grid and reset to the default size.
- **Resize Grid**: Change the size of the grid to a custom value.
[Click here](https://etch-a-sketch-54hp.onrender.com) to view in your web browser.