Skip to content

FaizanPotrick/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

Creating a socket-based chat app for seamless communication.

Built With

Prerequisites

Install Node js

Install NPM Package

  npm install npm@latest -g

Installation

Steps to install and setup the app are demonstrated with following commands:

Clone the repository

  git clone https://github.com/FaizanPotrick/Chat-App.git
  cd Chat-App

Install npm packages

  npm install
  node app.js

OR

  nodemon app.js

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 repository.

2. Clone your forked repository to local machine.

git clone https://github.com/FaizanPotrick/Chat-App.git

3. Create a branch

git checkout -b branchname

4. Make your changes

5. Commit and push your changes

git add . 
git commit -m 'message'
git push -u origin branchname

6. Create a new pull request from the forked repository.

7. Wait for your PR review and merge approval!

Acknowledgements

About

Creating a socket-based chat app for seamless communication.

Resources

Stars

Watchers

Forks

Contributors