A simple public messaging app where anyone can post and see messages in real-time.
- Public messaging: Anyone can broadcast a message.
- Real-time updates: Messages appear instantly for all users.
- Open to everyone: No authentication required.
-
Clone the repository:
git clone https://github.com/sadat2103108/broadcast.git
-
Install dependencies:
npm install
-
Run the app in development mode:
npm run dev
-
Open your browser and visit:
http://localhost:3000(or the port shown in terminal)
Feel free to fork and make improvements. Pull requests are welcome!