This is the first time I worked on a project with slideshow, thumbnails, lightbox, shopping cart etc..besides working on accessibility. I therefore needed to do a lot of research online. Glad I'm able to come up with something that seems to work! Possibly there are many things to be improved the next time! But I really enjoyed this challenge.
What challenges did you encounter, and how did you overcome them?Changing the color and size of svg images. I used svg's path element in css to change its color with stroke or fill property. I changed its size with viewBox attribute in HTML.
The initial JavaScript file was much longer than the final. I tried to rewrite functions that were doing similar things into some reusable functions and was able to reduce the size of the file.
What specific areas of your project would you like help with?All feedback is welcome!