Etch-a-sketch
This project was done as part of TheOdinProject course curriculum. We were given a set of objectives and we needed to create a drawing program using everything we had learned up to that point as well as learning to search through other sources for information so that we do not become dependant on following tutorials and so we may become familiar with reading documentation.
NOTE: This website is not mobile-friendly
The Process
Assignment
I first read through the assignment. It talked about where to start, how to avoid common pitfalls, and how to troubleshoot and problem-solve in case anything went wrong.
Planning
Thanks to what I've learned in school, I started planning using basic shapes as temporary holders in my "wireframe".
Coding
Being a beginner project, I began coding almost immediately but that's not the say I had no plan. I broke down the problems into separate steps and tackled them from easiest to hardest.