Responsive Notifications Page

Solution retrospective
Making the different styles based on the type of notification was kind of what made me lose a bit of time, but I could get it to work in a way that is reusable. I would probably want to polish my BEM markup on the next challenge.
What challenges did you encounter, and how did you overcome them?It was a pretty simple layout to build and there was no secret on making the interactivity work, therefore I had no struggles this time.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Alex-Archer-I
Hey!
Great work! It's cool that you use bundlers (I personally prefer Vite).
The thing I wanted to notice that you slightly skip the design idea - all clickable elements (I mean names, pictures, comment titles and stuff) are links, so they all should be
a
elements.By the way, in BEM you shouldn't write like this
notification__author__picture
ornotification__author__name
. There shouldn't be element inside element. If you want to write double-word name than it looks like thisnotification__author-name
.Overall, that cool! Keep doing =)
Marked as helpful
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