Harshit2012 / Messa_World

Welcome to Messa World, the responsive social media website designed to connect people across the world.

Home Page:https://harshit2012.github.io/Messa_World/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messa World

Welcome to Messa World, the ultimate responsive social media website designed to connect people across the globe. Text only.

MIT License GitHub Release Forks Stars

Warning

Any post or room name containing foul language will be deleted.

Key Features:

  • Real-Time Posting: Instantly send and receive posts with our efficient real-time communication system.
  • Responsive Design: Enjoy a consistent experience across all devices, whether on desktop, tablet, or mobile.
  • Room: Create and join room for collaborative discussions and community building.

Technologies Used:

  • HTML
  • CSS
  • JS
  • Bootstrap: For responsive design
  • Database: Firebase
  • Google Fonts
  • Button.js

Preview

Screenshot (32)

Cloning Your Fork

To clone your forked repository, use the following command in your terminal:

git clone https://github.com/Harshit2012/Messa_World.git
cd Messa_World

Syncing Your Fork

To sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:

git remote add upstream https://github.com/Harshit2012/Messa_World.git

Fetch the branches and their respective commits from the upstream repository:

git fetch upstream

Check out your fork’s local default branch - usually main:

git checkout main

Merge the changes from the upstream default branch - usually main:

git merge upstream/main

Now, your local default branch is up-to-date with the original repository’s default branch.

Live Demo:

Try this website by clicking here

License:

This repository is under MIT License

About

Welcome to Messa World, the responsive social media website designed to connect people across the world.

https://harshit2012.github.io/Messa_World/

License:MIT License


Languages

Language:HTML 45.3%Language:JavaScript 31.0%Language:CSS 23.7%