Article preview component

Solution retrospective
Didn't learn to much new things on this challenge compared to the HTML learning path. The Javascript component of the challenge is too basic, but the CSS part is quite challenging (implementing the popover).
What challenges did you encounter, and how did you overcome them?Popover window was quite hard to implement. I tried using position=relative -> position=absolute and use translation; however, this approach feels quite unnatural.
The transition from desktop/tablet design to the mobile design on the popover is also challenging. I think one can achieve it by adding a new component for mobile that achieves the popover effect rather than try to use @media on the desktop popover directly. But I gave up on trying to implement that.
What specific areas of your project would you like help with?Would like any good suggestion on popover implementation. Or any library/framework suggestions which solves this popover implementation problem.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on wxyzz22's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord