- This chat application is built using Node.js with Express.js in th backend to integrate socket.io for real time chatting feature.
- The Front end consists of Vanilla JavaScript, CSS and HTML.
$ git clone [email protected]:aditya28sarin/Chat-Application.git
$ cd Chat-Application
$ npm install
$ npm start
NOTE: The port by default will be http://localhost:3000/
To start contributing, follow the below guidelines:
1. Fork this repository.
2. Clone your forked copy of the project.
$ git clone https://github.com/<your_user_name>/Chat-Application.git
3. Navigate to the project directory
$ cd Chat-Application
4. Checkout into a new branch
$ git checkout -b <branch_name>
5. Make you changes
6. Add and commit your changes
$ git add . && git commit -m "<your_message>"
7. Push Code to Github under your branch
$ git push origin <branch_name>