Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 884 Bytes

Quick Chat | Real-Time Chat Application

A real-time chat application built with React, styled using CSS, and using Firebase for authentication and database management. This app allows users to sign in, join chat rooms, and send messages in real-time, including images, files, and audio recordings.

Features

  • User authentication with Firebase Authentication
  • Real-time messaging with Firebase Realtime Database
  • Send and receive text messages
  • Upload and share images
  • Share files (e.g., PDFs, DOCs)
  • Record and share audio messages
  • Responsive design
  • Simple and intuitive UI

Tech Stack

  • Frontend: React, HTML, CSS, JavaScript
  • Backend: Firebase (Authentication, Realtime Database, Storage)

Getting Started

To get started with this project, follow these steps:

Prerequisites

  • Node.js (version 14 or later)
  • npm (or yarn)
  • Firebase account