darrowv / notifications-page

Frontend Mentor Challenge #3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notifications page solution

This is a solution to the Notifications page challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • Distinguish between "unread" and "read" notifications
  • Select "Mark all as read" to toggle the visual state of the unread notifications and set the number of unread messages to zero
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Screenshot

Links

  • You can take a look here

My process

Built with

  • JavaScript
  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Variable Font
  • DOM manipulations
  • Media queries

What I learned

  • Actually, I learned how to use variable fonts. It is pretty interesting feature. I also found out that to use import statement in js file our script type should be "module".

Useful resources

Author

About

Frontend Mentor Challenge #3


Languages

Language:HTML 40.1%Language:JavaScript 34.8%Language:CSS 25.0%