Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 902 Bytes

Real-Time Chat Application

Real-Time Chat Application is a chat platform that features user authentication, private messaging, and file sharing capabilities. It is built using React.js, Express.js, and Firebase, and currently supports over 50 active users.

Live Demo

Chat Application Live

Features

  • User Authentication: Secure sign-up and login.
  • Private Messaging: Send direct messages to users.
  • File Sharing: Share files seamlessly within chats.
  • Real-Time Communication: Instant message delivery and updates.

Tech Stack

  • React.js for frontend development
  • Express.js for backend API
  • Firebase for real-time database and authentication

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/chat-app.git
  2. Install dependencies:
    npm install