https://github.com/lucasdaher/notifications-page
Resolução de um desafio do Frontend Mentor. O desafio consiste em replicar a interface de uma página de notificações e suas funcionalidades de forma fiel.
https://github.com/lucasdaher/notifications-page
react-hooks react-router reactjs sass vite
Last synced: 3 months ago
JSON representation
Resolução de um desafio do Frontend Mentor. O desafio consiste em replicar a interface de uma página de notificações e suas funcionalidades de forma fiel.
- Host: GitHub
- URL: https://github.com/lucasdaher/notifications-page
- Owner: lucasdaher
- Created: 2024-02-13T07:01:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T07:33:13.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:32:48.719Z (over 1 year ago)
- Topics: react-hooks, react-router, reactjs, sass, vite
- Language: JavaScript
- Homepage: https://lucasdahernotificationspage.netlify.app
- Size: 211 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
- [Frontend Mentor - Notifications page solution](#frontend-mentor---notifications-page-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [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
### Screenshot

### Links
- Solution URL: [Source Code](https://github.com/lucasdaher/notifications-page)
- Live Site URL: [https://lucasdahernotificationspage.netlify.app](https://lucasdahernotificationspage.netlify.app)
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- React Hooks
- [React Router Dom](https://reactrouter.com/en/main)
- [React](https://reactjs.org/)
- [Vite](https://vitejs.dev/)
- [SASS](https://sass-lang.com/)
## Author
- GitHub - [Lucas Daher](https://github.com/lucasdaher)
- Frontend Mentor - [@lucasdaher](https://www.frontendmentor.io/profile/lucasdaher)