This was one of my first JavaScript projects and I had a lot of fun doing it. I messed around with some variables, and event listeners. Currently I have fixed width for images which I don't like. I could improve on this by trying out grid instead of flex-box.
What challenges did you encounter, and how did you overcome them?I had trouble making the mobile view for the share section. I have it set as absolute positioning and it was difficult to align it vertically. What I ended up doing was removing the bottom padding from the container and then messing around with some stuff. I ended up working but not a clean solution in my opinion.
What specific areas of your project would you like help with?I would love some help in cleaning up my code. I feel like it can be made more efficient and better. I have already mentioned the images and the share section issues above.