Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devxprite/chat-world
- Owner: devXprite
- License: mit
- Created: 2022-01-27T09:09:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T03:17:16.000Z (11 months ago)
- Last Synced: 2024-10-12T08:10:51.875Z (2 months ago)
- Topics: chat, chatapp, collaborate, css, firebase, firebase-database, hacktoberfest, html, javascript, jquery, open-source
- Language: SCSS
- Homepage: https://chatworld.vercel.app/
- Size: 1.26 MB
- Stars: 29
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.### Built With
* [JQuery](https://jquery.com)
* [FireBase](https://firebase.google.com/)
* [Modernizr ](https://modernizr.com/)
* [GSAP](https://greensock.com/gsap/)## 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);
```## 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## License
Distributed under the MIT License. See `LICENSE.txt` for more information.