⭐ Disposable Chatroom Project - Team 74 ⭐
Our team, Team 74, proudly presents a disposable chatroom application, built using Svelte and the GunDB library.
✨ Features
- Easy Access: Users can quickly join a chat room by simply entering a room name and a username.
- Real-time Messaging: Enjoy seamless and instant communication with other users in the chat room.
- Message Management: Users have the ability to delete their own messages.
- Disposable Rooms: At the end of a chat session, any user can effortlessly dispose of the room with a single click.
🚀 Live Demo
Experience our chat app in action:
🛠️ Built for DevStar
This project was crafted with passion for the DevStar Project:
DevStar on GitHub
💻 Get Started with Development
Clone the Repository:
git clone https://github.com/nav9v/craftchat
Install Dependencies:
npm install
Start the Development Server:
npm run dev
To automatically open the app in a new browser tab, use:
npm run dev -- --open