The mobile site looks exactly what I wanted. I wish I named all the classes and ids before delving into JavaScript.
What challenges did you encounter, and how did you overcome them?Learning about position and z-index, along with the description of what I wanted for the component, which was drawer/popover, was a big challenge. I didn't understand how to describe what I wanted and it was a big challenge trying to find solution online. So I went to bootstrap framework website and try to find the look and the behaviour of the share component, which turned out to be popover on desktop and drawer on mobile. I also had to learn and really apply position and z-index to really apply what I wanted to do with only css. So I went to learn about creating a simple drawer, and then applied to the project which turned out to be very helpful
What specific areas of your project would you like help with?I would like help on adding triangle on top of share button in desktop, along with image. The image doesn't seem right to me and should be cropped out more than what is currently being shown. I'd also like some feedback on animation, which I do not know whether if ease-in is the correct way to do so.