Skip to content
/ chat Public

A responsive chat application with a modern UI inspired by popular messaging platforms.

Notifications You must be signed in to change notification settings

xbeat/chat

Repository files navigation

Modern Chat & Calendar Application

A responsive chat application with a modern UI inspired by popular messaging platforms.

Features

  • Light/dark theme toggle
  • Message history with infinite scrolling
  • Search functionality
  • Reply and forwarding capabilities
  • File attachments
  • User status indicators
  • Channel and direct messaging

Project Structure

  • chat.html - Main application file with embedded CSS and JavaScript
  • app.py - Backend server (Python/Flask)

Setup

Frontend

Simply open the chat.html file in a browser to view the frontend.

Backend

  1. Create a virtual environment: python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
  2. Install dependencies: pip install -r requirements.txt
  3. Start the server: python app.py

About

A responsive chat application with a modern UI inspired by popular messaging platforms.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published