Skip to content

090max/ConnectU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

ConnectU

An awesome chat application to get connected with people around.
View Demo

Table of Contents

About The Project

ConnectU is a dynamic room chat application.

Features of the Chat Application:

  • Create your own rooms or Join any exisiting ones.
  • The Admin of the room (System Generated) provides the information of the ones leaving and entering the chat.
  • Dynamic online users count display.
  • Sockets providing seamless connectivity.

Built With

Getting Started

Here is a quick installation guide.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. The application has two direcotries chatfront (The client side) and the chatback (The Server side)
  2. Clone the repo
git clone https://github.com/090max/ConnectU
  1. Install NPM packages in both the above listed directories.
npm i
  1. Run both server and client in their respective directory.`
npm start

Contributing

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

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

License

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