Letz Go is a room chat application made with socket programming.
- Frontend - JavaScript, HTML,CSS.
- Backend - NodeJS, Socket Programming.
- Open the application in your comfortable browser by using this link Click here
- Login with your Name and Lobby ID.
- Share your Lobby ID to your friends group.
- After they're joining, the participants name and lobby ID will be displayed on the left side of the main chat window.
- Then chat with all if you want to leave the chat click the leave button and come out.
- Your friend will get notified.
- Clone the repository
https://github.com/Ash515/LetzGo.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git
MIT