An open API service indexing awesome lists of open source software.

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

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.