hngprojects / hng_boilerplate_remix

130 stars 126 forks source link

feat: notification-card-component #331

Closed Victor752-byte closed 3 months ago

Victor752-byte commented 3 months ago

Description

A notification card component that can dynamically display various notification as props

Closes #issue_number_here Closes #112

Changes proposed

What were you told to do?

To build a notification card component that can dynamically display various notification as props

What did you do?

Added a NotificationCard component in the components folder that displays the title, number of unreads, push notifications button, notification previews, and a call to action. The content of the notification card component is dynamic and passed as props. Inactive call to action when count of unread messages === 0

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

Screenshots/Videos

Screenshot 2024-07-21 161329 Screenshot 2024-07-21 161539

Victor752-byte commented 3 months ago

Please resolve conflicts

I have done that, please review