Skip to content

Averek7/LeMeTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

LeMeTalk

About

It is a chat application which based on MERN Stack where users can chat with each other and in groups.

How to Contribute to this repository

  1. Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/your-username/LeMeTalk.git
  1. change the present working directory
cd LeMeTalk
  1. Create a branch
git branch "branch-name"
  1. Make your changes
git add . 
git commit -m "Your commit Message" 
git push origin branch-name
  • Make a pull request mentioning the issue number.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code wherever necessary. =======