puneetkaur2929 / Chathub

This is a Messenger App, made with react, styled with the help of material UI, and deployed with the help of firebase.

Home Page:https://chathub-swart.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatHub

Untitled design

This is a Messenger App, made with react, styled with the help of material-ui and deployed with the help of firebase. If you are react Lover feel free to contribute in the project.

🔧 Installation

You will need to have NodeJS and Yarn installed, if you haven't done that yet - get started here and here. Then, follow the steps below ⬇️

  1. Fork the Repository

fork button image

  1. Clone the Forked Repository to your local machine.

    git clone https://github.com/<your GitHub user name>/ChatHub.git.
    
  2. Change the directory to ChatHub.

    cd ChatHub
  3. Add remote to the Original Repository.

    git add remote https://github.com/soumik2012/Chathub.git
    
  4. Install the dependecies.

    npm install
  5. Run the application.

    npm start

Finally, navigate to http://localhost:3000 and you should see our app is now up and running ⚡

To contribute in the project do this :-

  1. First check which branch you are

     git branch                    ##if you are in master branch checkout from the branch
    
  2. Create new branch so that if you add function in the application so that will effect master branch. git checkout -b "Your Choice" Tip:- Give the branch name that you working on your issue so that easy to navigate working branch that you created.

  3. To check status of the files if it's added or not.

    git status
    
  4. Adding the file

    git add .
    
  5. For git commit the message

     git commit -m "i have added this or Fixes the navbar "
    
  6. To push the file in github

     git push --set-upstream origin <your branch name>
    

Kudos👏 have made your first PR!! 🎉🎉🎉

📌 Opensource Programs

This project is a part of the following Open Source Program(s)



✨ Our valuable Contributors👩‍💻👨‍💻 :

Project Admin👨‍


Soumik Kumar Baithalu 👨‍

Powered by Vercel

About

This is a Messenger App, made with react, styled with the help of material UI, and deployed with the help of firebase.

https://chathub-swart.vercel.app/


Languages

Language:JavaScript 64.8%Language:CSS 24.5%Language:HTML 10.7%