An open API service indexing awesome lists of open source software.

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

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
![Mobile design](./screenshots/design_mobile.png)

### Desktop
![Desktop design](./screenshots/design_desktop.png)

### 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)