Skip to content

devXprite/Chat-World

Repository files navigation

Realtime Web Chatapp

A Simple Realtime Chat app using Firebase

View Demo · Report Bug · Request Feature

About The Project

This is a simple Realtime Chat app using Firebase. Here you can chat with anyone without Login or SignUP. It helps you to meet new people and make new friends.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

For you to be able to understant code, it will be nice if you have basic understanding of HTML, CSS and JavaScript.

Installation

  1. Get the snippet for your app's Firebase config object https://console.firebase.google.com/
  2. Clone the repo
    git clone https://github.com/devxprite/realtime-chat-app.git
  3. Enter snippet in firebaseConfig.js like this:
    const firebaseConfig = {
         apiKey: process.env.apiKey,
         authDomain: process.env.authDomain,
         databaseURL: process.env.databaseURL,
         projectId: process.env.projectId,
         storageBucket: process.env.storageBucket,
         messagingSenderId: process.env.messagingSenderId,
         appId: process.env.appId
     };
    
     firebase.initializeApp(firebaseConfig);

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)