defineprogramming / simple-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Anonymous Chat App

This is a very simple anonymous chat app with a Discord-style UI. It allows users to send and receive messages, view timestamps, and manage basic profiles. The app supports one chatroom.

Features

  • Send/receive messages
  • Timestamps
  • Basic user system & basic profiles
  • One chatroom

Setup on Ubuntu

  1. Clone the repository to your local machine.
git clone <repository-url>
  1. Navigate to the project directory.
cd <project-directory>
  1. Install the required dependencies.
pip install -r requirements.txt
  1. Run the setup script.
bash setup.sh
  1. Start the application.
python app/main.py

Usage

  1. Open your web browser and navigate to http://localhost:5000.

  2. Register a new user or login if you already have an account.

  3. Start chatting!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About


Languages

Language:HTML 43.6%Language:Python 33.7%Language:JavaScript 11.0%Language:CSS 8.2%Language:Shell 3.5%