/Emoji-Chat

Emoji-Chat is a simple chat application that allows users to send messages as emoji.

Primary LanguageHTMLMIT LicenseMIT

Emoji-Chat

Emoji-Chat is a simple chat application that allows users to send messages as emoji.

Features

chat.png

Usage

  1. Clone the repository:
    git@github.com:vvanglro/Emoji-Chat.git
  2. Install dependencies:
    pdm install
  3. Run the application:
    python main.py

TODO

  • Message storage, history messages
  • Multiple Chat Rooms
  • Beautiful web page
  • Message styles, e.g. return messages with only character emoji or animal emoji, etc.