10000 GitHub - dwk601/react-chat: Building a Real-time Chat App with ReactJs and Firebase.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dwk601/react-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat Application

This project is a real-time chat application built with React and Firebase. It allows users to sign in using Google Authentication and chat in real-time. It's a great platform for users to connect and communicate.

Features

  • Real-time chat: Users can send and receive messages in real-time.
  • Google Authentication: Users can sign in using their Google accounts.
  • User-friendly interface: The application has a clean and intuitive interface.

Installation

Clone the repository and navigate into the directory

git clone https://github.com/dwk601/react-chat.git
cd react-chat

Install the dependencies

npm install

Start the application

npm start

Usage

After starting the application, visit http://localhost:3000 in your browser. Sign in using Google Authentication and start chatting.

Components

  • NavBar: This component displays the navigation bar at the top of the application. It allows users to sign in and out of the application.
  • ChatBox: This component displays the chat box where users can see messages. It fetches messages from Firebase in real-time.
  • Welcome: This component displays a welcome message to users when they visit the application. It also provides the option to sign in using Google Authentication.

License

MIT

About

Building a Real-time Chat App with ReactJs and Firebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • HTML 18.4%
  • CSS 0.6%
0