ga-dc / project1-gallery

0 stars 20 forks source link

Project 1 - Tower of Hanoi (Shane Vann-Shirley) #381

Closed ashanevs closed 5 years ago

ashanevs commented 5 years ago

Link to repo: https://github.com/ashanevs/tower-of-hanoi Link to deployed app: https://ashanevs.github.io/tower-of-hanoi/

Things you'd like specific feedback on: A bug occurs if you over-click an unselectable box. While most people won't encounter it, I'd like to fix it at some point. I think it has to do with the event listener loops on either the boxes or panels.

I also regrettably used a lot of JS code to alternate style properties of elements. I wanted to use toggle for style classes but it often got complicated resetting to a default state (sometimes styles would vary differently at different times, making checking complicated). I have ideas for how to improve this but for now I certainly dislike how it looks in my code.

My markdown file could have been better, I didn't find your documentation lesson until the last minute.

Any feedback on anything that crosses your mind would be welcome in addition.