Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haquanq/fm-notifications-page
Solution for frontendmentor.io challenge: notifications-page
https://github.com/haquanq/fm-notifications-page
css frontendmentor frontendmentor-challenge frontendmentor-solution html javascript js
Last synced: 9 days ago
JSON representation
Solution for frontendmentor.io challenge: notifications-page
- Host: GitHub
- URL: https://github.com/haquanq/fm-notifications-page
- Owner: haquanq
- License: mit
- Created: 2024-07-23T01:41:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:14:00.000Z (about 2 months ago)
- Last Synced: 2024-09-17T11:36:55.743Z (about 2 months ago)
- Topics: css, frontendmentor, frontendmentor-challenge, frontendmentor-solution, html, javascript, js
- Language: CSS
- Homepage: https://haquanq.github.io/fm-notifications-page/
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- [Project overview](#rocket-project-overview)
- [My workflow](#boat-my-workflow)
- [How to work in this repository](#astronaut-how-to-work-in-this-repository)
- [License](#page_with_curl-license)## :rocket: Project overview
### Challenge requirements
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### Implemented features
Core features:
| Feature | Progress |
| ----------------------------- | ---------------------- |
| Mark new notification as read | [ :white_check_mark: ] |Accessibility features:
| Feature | Progress |
| ----------------------------------------------- | ---------------------- |
| Reponse optimally across different screen size | [ :white_check_mark: ] |
| Highlight interactive elements when hover/focus | [ :white_check_mark: ] |### Screenshots
![](./.docs/design/desktop-design.jpg)
## :boat: My workflow
### Approach
Developed with mobile-first workflow.
### Built with
| Tool | Note |
| ------------ | ------------------------ |
| `JavaScript` | Programming language |
| `HTML` | Standard markup language |
| `CSS` | Style sheet language |## :astronaut: Working in `fm-notifications-page` repository
### Presequisites
Having these tools installed:
- Git (prefer lastest LTS version)
- NodeJS (prefer latest LTS version)### Clone this project to your machine
Open new terminal, run the following command:
```
git clone https://github.com/haquanq/fm-notifications-page.git
```Then, run `npm install` to install all dependencies.
```
npm install
```### Development workflow
In terminal, run `npm run dev` to start development server:
```
npm run dev
```## :page_with_curl: License
This project follows [MIT License](./LICENSE). **Do not** use this project as your solution on [Frontend mentor](https://www.frontendmentor.io/solutions) as this will prove you are too lazy to complete anything in your life and you are a moron.