Skip to content

React and Firebase powered private chat app named GuftGu because chatting with your friends and family in real-time and ensuring their privacy was overrated anyway. Check it out it would be fun.

Notifications You must be signed in to change notification settings

mrworld196wide/GuftGu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

ChatApp is a real-time chat application built using React and Firebase. It leverages Firebase Authentication for user authentication and Firestore real-time database for storing chat messages. This means that when a user sends a message, it is instantly synced across all devices, resulting in a seamless and real-time chat experience.

Installation

To install the dependencies, please follow the steps below:

  1. Clone the repository: git clone https://github.com/your-username/chatapp.git
  2. Navigate to the project directory: cd chatapp
  3. Install the dependencies: npm install

Configuration

To configure the Firebase Authentication and Firestore database, please follow the steps below:

  1. Create a Firebase project.
  2. Enable Authentication and Firestore in the Firebase Console.
  3. Create a .env file in the root directory of the project.
  4. Add the following environment variables to the firebase.js file:
REACT_APP_FIREBASE_API_KEY=<your-firebase-api-key>
REACT_APP_FIREBASE_AUTH_DOMAIN=<your-firebase-auth-domain>
REACT_APP_FIREBASE_DATABASE_URL=<your-firebase-database-url>
REACT_APP_FIREBASE_PROJECT_ID=<your-firebase-project-id>
REACT_APP_FIREBASE_STORAGE_BUCKET=<your-firebase-storage-bucket>
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=<your-firebase-messaging-sender-id>
REACT_APP_FIREBASE_APP_ID=<your-firebase-app-id>

Usage

To start the development server, please follow the steps below:

  1. Run the development server: npm start
  2. Open the application in your browser at: http://localhost:3000

Contributing

If you would like to contribute to the project, please follow the steps below:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -am 'Add your commit message here'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Create a new pull request.

Please ensure that your code follows the project's coding standards and that all tests pass before submitting a pull request.

Impact

The real-time nature of ChatApp can have a significant impact on how people communicate. It enables users to have conversations with others in real-time, creating a sense of immediacy and connection that is often missing from other forms of communication. Additionally, real-time chat can be particularly useful in situations where a quick response is needed, such as in emergency or crisis situations. Overall, ChatApp's use of a real-time database and its focus on creating a seamless chat experience make it a powerful tool for communication and collaboration.

About

React and Firebase powered private chat app named GuftGu because chatting with your friends and family in real-time and ensuring their privacy was overrated anyway. Check it out it would be fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •