https://github.com/tankengine-ish/etch-a-sketch_game
Etch-a-Sketch game [personal project]
https://github.com/tankengine-ish/etch-a-sketch_game
Last synced: about 1 year ago
JSON representation
Etch-a-Sketch game [personal project]
- Host: GitHub
- URL: https://github.com/tankengine-ish/etch-a-sketch_game
- Owner: TankEngine-ish
- Created: 2023-08-19T14:39:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:05:17.000Z (over 2 years ago)
- Last Synced: 2023-11-10T15:26:38.572Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etch-a-Sketch Game
Things I learned over the course of this project.
1. Manipulating the DOM with methods and other techniques.
2. Utilizing many new html elements and doing a lot of vanilla CSS in designing my buttons.
3. The security risks of innerHTML (JS injections) and why it’s better to use something like .textContent.
4. Using “this” for the first time in my Javascript code.
5. Implementing various solutions and ideas from other people into my own project and making them all work.
6. Learning efficient prompting techniques when consulting chatGPT 3.5.
Live preview: https://tankengine-ish.github.io/Etch-a-Sketch_Game/
Screengrab:
