Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.21 KB

⭐ 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

  1. Clone the Repository:

    git clone https://github.com/nav9v/craftchat
  2. Install Dependencies:

    npm install
  3. Start the Development Server:

    npm run dev

    To automatically open the app in a new browser tab, use:

    npm run dev -- --open