Skip to content

BrahimS/notification-system

Repository files navigation

Notification management system

This is a persistent notification system that allows for managing notifications across multiple instance with synchronization and persistance across page reloads.

Features

  • ✅ Display and manage notifications (success, error, info)
  • ✅ Persist notifications across page reloads (using localStorage)
  • ✅ Support multiple instance of notification widget, all synchronized
  • ✅ Namespace support for different notification contexts
  • ✅ Unread notification counter
  • ✅ Clean, responsive Ui with TailwindCSS

Instalation

After cloning the repository, you need to install all the necessary dependency:

npm install

Run the dev server for your app, use:

npm run dev

Run linter:

npm run lint

Run unit test:

npm run test:unit

Create a production bundle:

npm run build

About

Preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors