Code Monkey home page Code Monkey logo

meetalik8 / metaverse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apu52/metaverse

0.0 0.0 0.0 518.65 MB

πŸš€ Welcome to our GitHub repository, Officially accepted for GSSOC'24 🌟& SSOC'24🌟 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/

License: MIT License

JavaScript 28.68% CSS 37.06% Makefile 0.01% HTML 29.56% Dockerfile 0.01% EJS 3.62% Pug 0.88% SCSS 0.19%

metaverse's Introduction

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 now OFFICIALLY accepted for

GSSOC

SSOC

This project was 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:
image

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 πŸ…

Available Projects

S.No Projects S.No Projects S.No Projects S.No Projects
1. AI-Images-Generator 2. API_IMAGES 3. Age_Calculator 4. Amazon-Clone
5. Analog_Clock 6. Astronomy 7. AudioExtract 8. BMI_Calculator
9. Bake_website 10. Band_Name_Generator

& many more.......

You can find All the Projects

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!
  • πŸš€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 1 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
  • Find the already Existing Projects in 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.

Back To Top

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! πŸ™ŒπŸΌ

Quick Docker Setup 🐳

Requirement:

  • Docker Desktop

Let's Begin:

  1. Make sure you have followed steps 1, 2, and 3 from the above procedure.
  2. Verify Docker Status:

To ensure a seamless Docker experience, it's essential to check the status of the Docker service on your system.To verify whether the Docker service is currently active or inactive, you can use the following steps:

  • Check Docker Service Status:
systemctl status docker

if it's inactive, you'll need to take corrective action.

  • To activate the Docker service, use the following command:
systemctl start docker
  1. Build:

Now, let's build the Docker image named 'metaverse' using the docker build command:

docker build -t metaverse .
  1. Run:

Write the following command to run a Docker container named 'metaverseee'

docker run -d -p 3000:80 --name metaverseee metaverse
  1. Wait until the [Container ID] appears.
  2. Search the following syntax in your web browser to view the website.
localhost:3000
  1. Stop:

Run the following command to stop the Docker container:

docker stop [container ID]

Show some ❀️  by giving to this repo

Project Admin/Mentors


Shuvadipta Das


Shruti Sen


Ankita Sikdar

Project Admin


Arpan Chowdhury

Project Contributors

Thank you to all the amazing contributors who have made this project possible!!πŸ’

License

Back To Top

metaverse's People

Contributors

apu52 avatar shruti-sen2004 avatar 5h0ov avatar mayank77maruti avatar geeks-arpan avatar abhishek-465 avatar suhainafathimam avatar ankitasikdar005 avatar gaganraghav avatar paulsuryanshu avatar aindree-2005 avatar singhcoder694 avatar drockparashar avatar pss2134 avatar sami3160 avatar aaadityag avatar gayatri-p786 avatar kshitizvardhan avatar sakshiglaze avatar jatingupta9120 avatar agrawal-yash avatar agastya3636 avatar stiffpixels avatar suvendu-ui avatar nandishm0618 avatar subhrangsu90 avatar souvik34 avatar raghavs1304 avatar jayanththalla avatar suraj-kumar00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.