http://imanas.shanghai.nyu.edu/~asd526/week03/cat/index.html
I found this project the most difficult out of all the projects the class has been assigned thus far. I think the most challenging part for me was keeping my code neat and using the proper id tags and class names. At first, I tried to do everything at once by adding both images, making a container for the three buttons, changing text, etc. And rather than starting one task, completing it, then moving onto the next job, I jumped around trying to finish several different codes at the same time. Eventually, I became so overwhelmed with the code that I decided to start from scratch. I found that by laying out my HTML first, then moving on to my js, then css, I had a much easier time completing the assignment.
Something I learned while going through this task was the difference between adding style to js and css. We talked about it a little bit in class, but this project allowed me to solidify my understanding of how I can manipulate and change the style in both css and js.