This is a demo project that showcases how to implement in-app notifications using Ably.

Installation

  1. Clone the repository in your local machine by running the following command
git clone https://github.com/ToobaJamal/ably-react-notifications.git
  1. Navigate to the project directory
cd ably-react-notifications
  1. Run the following commands
    npm install
    
    npm run dev
    

Usage

  1. Enter a number in time duration inputs and submit the form to see server notifications.
  2. Enter a name and a message in relevant inputs and submit the form to see client notifications.

Tech Stack