Skip to content

A Chat-application which requies no login. Create public, private or locked rooms and communicate instantly.

Notifications You must be signed in to change notification settings

shobhit10058/Chat-application

 
 

Repository files navigation

Buzz-and-go ✨

Buzz-and-go is a real time Web based chat application. One can create a temporary chatroom, invite others in it and chat without restrictions. The room is deleted when all the members are offline. It doesn't require authentication so gives a hassle-free,easy to use, user-friendly chat experience i.e the end users don't identify themselves. To respect privacy data is not stored on any remote server.

Easy to create room and chat!

Info for developers 📋

About frontend

This project includes a light weight frontend UI - bootstrapped with create-react-app. The FE client is located in ./client folder.

About Backend

The backend runs on express/nodejs. In production mode, express server exposes the API endpoints and serve the static frontend from ./client/build.

How to get started 📖

  • Fork the repo.

  • Clone the Github repository git clone https://github.com/iamshubhankarkhare/Chat-application.git

  • Move to the project folder cd Chat-application

  • Install the server dependencies npm install

  • Move to the client folder cd client

  • Install the client dependencies npm install

  • Move to the base folder again cd ..

  • Run both the client and server npm run dev

Direct links for contributing 🔗

Thank you so much for your interest in contributing!. All types of contributions are encouraged and valued.

Contributing workflow

  • You can work on existing issues or create new issues and work on them.
  • After completing the steps mentioned in the How to get started section you have the project up and running. You are right now in master branch. You can check your current branch with git branch
  • Create a new branch git checkout -b < new branch name >. You can switch branches with git checkout < branch name >
  • Make changes. Add all the files to staging git add .
  • Commit the changes git commit -m < commit message >. Make sure to write relevant commit messages.
  • Push the changes git push origin < branch name >
  • Make a pull request.
  • After code review your PR may or may not be merged depending on your changes.

Request support

If you have a question about this project, how to use it, or just need clarification about something:

  • Open an Issue at https://github.com/iamshubhankarkhare/Chat-application/issues
  • Provide as much context as you can about what you're running into.
  • Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.

Report an Error or Bug

If you run into an error or bug with the project:

  • Open an Issue at https://github.com/iamshubhankarkhare/Chat-application/issues
  • Include reproduction steps that someone else can follow to recreate the bug or error on their own.
  • Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.

Request a Feature

If the project doesn't do something you need or want it to do:

Communication Channel 💻

For all development related queries, Join Slack

🔷 Keep Contributing! 🔷

About

A Chat-application which requies no login. Create public, private or locked rooms and communicate instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 57.2%
  • CSS 32.7%
  • HTML 10.0%
  • Shell 0.1%