Skip to content

Local Chat is a real-time chat application developed using ReactJS for the front-end and Firebase as the backend. This app allows users to create accounts, log in, add friends, and engage in one-on-one conversations with their friends.

Notifications You must be signed in to change notification settings

DevKrishnasai/local-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Chat - A ReactJS and Firebase Chat Application

Local Chat is a real-time chat application developed using ReactJS for the front-end and Firebase as the backend. This app allows users to create accounts, log in, add friends, and engage in one-on-one conversations with their friends.

Features

  • User Registration: Users can create an account using their email and password.
  • User Authentication: Secure authentication system using Firebase Authentication.
  • Friend Management: Users can add and remove friends by searching for their usernames.
  • Real-time Messaging: Real-time chat functionality using Firebase Realtime Database.
  • Message Timestamps: Messages display timestamps to indicate when they were sent.
  • Message Status: Message status (sent, delivered, read) is shown to users.
  • Responsive Design: The app is designed to work seamlessly on both desktop and mobile devices.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your local machine.
  • Firebase account and Firebase project set up.

Getting Started

Follow these steps to get the project up and running on your local machine:

Clone the repository:

git clone https://github.com/DevKrishnasai/local-chat.git
cd local-chat
npm install
npm start

About

Local Chat is a real-time chat application developed using ReactJS for the front-end and Firebase as the backend. This app allows users to create accounts, log in, add friends, and engage in one-on-one conversations with their friends.

Topics

Resources

Stars

Watchers

Forks