Skip to content

saurabh050302/firebase-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Chat App

A real-time chat application that allows users to sign in with Google or chat anonymously in a shared chatroom. Check it out here

Features

  • Google authentication
  • Anonymous sign-in
  • Real-time messaging
  • Responsive design
  • Emoji picker

Technologies Used

  • React
  • Chakra UI
  • Emoji Picker React
  • Firebase (Authentication and Firestore Database)

Getting Started

Follow these steps to run the project locally:

  1. Clone the repository:
https://github.com/saurabh050302/firebase-chat-app.git
  1. Install the dependencies:
npm install
  1. Open the src/firebase.js file and replace the firebase configuration variables:
apiKey: <your apiKey>
authDomain: <your authDomain>
projectId: <your projectId>
storageBucket: <your storageBucket>
messagingSenderId: <your messagingSenderId>
appId: <your appId>

  1. Start the development server:
npm run dev

The application should now be running locally at http://localhost:5173. Use Ctrl+Click to open the application in browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published