Notification_Library

https://inyat-gif.github.io/Notification_Library/ A lightweight library for sending and managing notifications in web applications. It supports multiple notification types and can be easily integrated into any project. —

🚀 Features


🛠️ Technologies


⚙️ Getting Started

  1. Clone the repository:

    git clone https://github.com/INYAT-gif/Notification_Library.git
    cd Notification_Library
    
  2. Include the notification.js and notification.css files in your project.

  3. Initialize the library:

    <script src="notification.js"></script>
    <link rel="stylesheet" href="notification.css">
    
  4. Call the sendNotification function to display a notification:

    sendNotification({
      type: 'success',
      message: 'This is a success message!',
      duration: 3000
    });
    

Made with ❤️ by Inyat Nathani