Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devxprite/chat-world

A simple chat application that allows users to communicate with each other in real time, without registration.
https://github.com/devxprite/chat-world

chat chatapp collaborate css firebase firebase-database hacktoberfest html javascript jquery open-source

Last synced: about 2 months ago
JSON representation

A simple chat application that allows users to communicate with each other in real time, without registration.

Awesome Lists containing this project

README

        



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

* [JQuery](https://jquery.com)
* [FireBase](https://firebase.google.com/)
* [Modernizr ](https://modernizr.com/)
* [GSAP](https://greensock.com/gsap/)

(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/](https://console.firebase.google.com/)
2. Clone the repo
```sh
git clone https://github.com/devxprite/realtime-chat-app.git
```
3. Enter snippet in `firebaseConfig.js` like this:
```js
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)