Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleenaphan/etch-a-sketch
Etch-a-sketch where users can draw with the color of their choice on a resizeable grid.
https://github.com/pauleenaphan/etch-a-sketch
dom-manipulation drawing etch-a-sketch html-css-javascript
Last synced: about 19 hours ago
JSON representation
Etch-a-sketch where users can draw with the color of their choice on a resizeable grid.
- Host: GitHub
- URL: https://github.com/pauleenaphan/etch-a-sketch
- Owner: pauleenaphan
- Created: 2023-03-31T01:43:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T03:23:31.000Z (over 1 year ago)
- Last Synced: 2024-11-11T10:37:10.339Z (about 2 months ago)
- Topics: dom-manipulation, drawing, etch-a-sketch, html-css-javascript
- Language: JavaScript
- Homepage: https://pauleenaphan.github.io/Etch-a-Sketch/
- Size: 27.3 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 an Etch-a-sketch that utilizes DOM within javascript. To use this program, you can draw on the grid using any color from the color picker. You can also change the size of the grid by entering you desired size (max 100). This project consist of CSS, HTML, and Javascript. During this project I learned how to use the event listener and worked on my DOM skills.
# Live Website:
https://pauleenaphan.github.io/Etch-a-Sketch/