https://github.com/juanblancodev/notifications-page
Challengue by Frontend Mentor
https://github.com/juanblancodev/notifications-page
css frontend frontend-mentor frontend-mentor-challenge html javascript mobile-first-workflow react reactjs responsive responsive-web-design styled-components vite vitejs web webdevelopment yarn
Last synced: 2 months ago
JSON representation
Challengue by Frontend Mentor
- Host: GitHub
- URL: https://github.com/juanblancodev/notifications-page
- Owner: JuanBlancodev
- Created: 2024-04-16T19:32:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T03:30:28.000Z (about 2 years ago)
- Last Synced: 2025-06-17T00:46:48.193Z (12 months ago)
- Topics: css, frontend, frontend-mentor, frontend-mentor-challenge, html, javascript, mobile-first-workflow, react, reactjs, responsive, responsive-web-design, styled-components, vite, vitejs, web, webdevelopment, yarn
- Language: JavaScript
- Homepage: https://juanblancodev.github.io/notifications-page/
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Notifications page solution
This is a solution to the [Notifications page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/notifications-page-DqK5QAmKbC). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshots](#screenshots)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Continued development](#continued-development)
- [Author](#author)
## 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
## Screenshots
### Mobile

### Desktop

### Links
- Solution URL: [Frontend Mentor Solution](https://www.frontendmentor.io/solutions/frontend-mentor-notification-page-EYP_hVQid_)
- Live Site URL: [Demo](https://juanblancodev.github.io/notifications-page/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Styled Components](https://styled-components.com/) - For styles
- [Axios](https://axios-http.com/) - For API requests
### Continued development
I'd like to try to create cleaner code when it comes to rendering components based on a condition.
## Author
- GitHub - [JuanBlancodev](https://github.com/JuanBlancodev)
- Frontend Mentor - [@JuanBlancodev](https://www.frontendmentor.io/profile/JuanBlancodev)