This is a simple React application integrated with Firebase to manage notifications. It allows users to send and view notifications and tracks which notifications have been read. The app also features a header with a bell icon that displays the count of unread notifications.
- Send Notification: Send notifications of different types (info, warning, error).
- Notification List: View a list of notifications with options to mark them as read.
- Header: Displays a bell icon with a count of unread notifications.
- Node.js: Version 18.0.0 or later
- Firebase: Firebase project setup
- Code Repository: Firebase Notification System
- Start Command:
firebase emulators:start
- Code Repository: React Notification System
- Start Command:
npm start
- Clone the Repositories:
git clone https://github.com/differenz-Team/firebase-notification-system.git git clone https://github.com/differenz-Team/react-notification-system.git