https://github.com/abronkema/etch-a-sketch
https://github.com/abronkema/etch-a-sketch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abronkema/etch-a-sketch
- Owner: abronkema
- Created: 2019-08-23T20:02:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T17:58:18.000Z (almost 6 years ago)
- Last Synced: 2024-08-16T16:21:28.972Z (10 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
I'll be working through the [Odin Project's Etch-A-Sketch exercise](https://www.theodinproject.com/courses/web-development-101/lessons/etch-a-sketch-project).
## What I Did Well
- The javascript is concise and clear. Two functions and a prompt/event listener.
- Looked at the performance of `innerHTML` for the `clearGrid` function and refactored it. It runs much quicker for larger resets.
- Planning before coding. I took the time to think through how I should approach it, which made for far fewer refactors.## What I Need To Improve On
- Still not great at styling... I purchased a Design Fundamentals course and will work through it. There's some basic design concepting that I just skip and my page looks boring.
- Didn't do the bonus. I'm really excited to get into the backend work, so the optimistic side of me says "I'll come back and do the bonus work".