Swap-nil-2003 / METAVERSE

πŸš€ Welcome to our GitHub repository, officially accepted for Codepeak '23 πŸ‘Ύ & KWOC 2023! Explore a dynamic collection of front-end projects, powered by HTML, CSS, JavaScript, and React. Join our community to contribute your creations 🎨, add features πŸ› οΈ, or squash bugs πŸ› in existing projects.

Home Page:https://apu52.github.io/METAVERSE/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

METAVERSE

image

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit

GitHub repo size

Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests


πŸ“Œ Open Source Program

This project is a part of following Open Source Programs

This project was previously part of following Open Source Programs

About METAVERSE

Welcome to the "Metaverse Front-End Playground" – your gateway to the future of web development in the metaverse! πŸŒπŸš€ Metaverse Front-End Playground is an open-source repository created to empower developers to explore, innovate, and collaborate in the metaverse space. Whether you're a seasoned developer looking to showcase your metaverse projects or a newcomer eager to dive into the virtual realm, you're invited to join our dynamic community!

We also have a Discord server to discuss doubts and suggestions! Make sure to join it here: https://discord.gg/dvHgzTMsap

Announcement πŸ“’

All of the projects of this repo can be seen in the deployment link in the about section

Achievement πŸ†

METAVERSE repo has secured a position in top 50 maintainer repositories in QUINE HACTOBERFEST challenge πŸ…

Blog

What You'll Discover Here:

  • Diverse Metaverse Projects:

    Our repository features a wide spectrum of metaverse-related front-end projects. From HTML, CSS, and JavaScript to immersive React experiences, you'll find projects that push the boundaries of the metaverse.
  • 🀝 Collaboration:

    Metaverse Front-End Playground thrives on collaboration. You can enhance existing metaverse projects, contribute new features, or even conjure up entirely new metaverse experiences. Your creative contributions are highly valued!
  • Join the CODEPEAK'23 at "Metaverse Repo"! πŸŽͺ

    We're excited to announce that "Metaverse Repo" is open to PR submissions for the CODEPEAK'23 , , from December 7, 2023, to December 28, 2023. Join us for this exciting collaboration! πŸŒπŸŽ‰
  • πŸŽ‰ KWOC'23 Affiliation:

    We're thrilled to be part of KWOC'23, the global celebration of open source. By contributing to Metaverse Front-End , you can earn KWOC'23 rewards and swag while shaping the future of the metaverse between the time span of December 9,2023 to January 15,2024.
  • πŸš€Learning Opportunity:

    If you're new to metaverse development, this repository is an excellent launchpad. Collaborate with experienced metaverse developers, gain valuable insights, and immerse yourself in creating groundbreaking virtual worlds.

What you can Contribute?

How to Contribute?

  • Drop a Star in this repo
  • Take a look at the existing Issues.
  • Fork the Repo create a branch for any issue that you are working on and commit your work.
  • At first raise an issue in which you want to work
  • Please do not make more than 2 issues at a time , Once your PR have been merged only then go for the next issue
  • Then when you are get assigned only then work on that issue & make a PR
  • Please try to make a separate branch in your fork in case of PR
  • Create a Pull Request, which will be promptly reviewed and given suggestions for improvements by the community.
  • REMINDER: Commit inside the Projects Folder
  • Add screenshots or video prototypes to your Pull Request to help us understand the effects of the changes that are included in your commits.
  • Make sure to add a proper README.md with tour PR that describes your project
  • Make sure to add the img of your new project in the assets/img folder
  • Make sure to Update projectData.json file after submitting PR

How to make a Pull Request?

1. Start by forking the METAVERSE repository. Click on the symbol at the top right corner.

2. Clone your forked repository:

git clone https://github.com/<your-github-username>/METAVERSE

3. Navigate to the new project directory:

cd METAVERSE

4. Set upstream command:

git remote add upstream https://github.com/apu52/METAVERSE

5. Create a new branch:

git checkout -b YourBranchName

or

git branch YourBranchName
git switch YourBranchName

6. Sync your fork or local repository with the origin repository:

  • In your forked repository click on Fetch upstream.
  • Click Fetch and merge.

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Make your changes to the source code.

8. Stage your changes and commit:

⚠️ Make sure not to commit package.json or package-lock.json file

⚠️ Make sure not to run the commands git add . or git add *. Instead, stage your changes for each file/folder

git add file/folder
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

Congratulations! You've made your first contribution! πŸ™ŒπŸΌ


Show some ❀️  by giving to this repo

Project Contributors

Project Admin


Arpan Chowdhury

Project Admin/Moderators


Shuvadipta Das


Shruti Sen


Ankita Sikdar

About

πŸš€ Welcome to our GitHub repository, officially accepted for Codepeak '23 πŸ‘Ύ & KWOC 2023! Explore a dynamic collection of front-end projects, powered by HTML, CSS, JavaScript, and React. Join our community to contribute your creations 🎨, add features πŸ› οΈ, or squash bugs πŸ› in existing projects.

https://apu52.github.io/METAVERSE/

License:MIT License


Languages

Language:HTML 43.7%Language:CSS 34.6%Language:JavaScript 21.8%