Git Product home page Git Product logo

anadee11 / webarena Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 13.0 109.82 MB

A beginner-friendly Open Source space with the goal of bringing Web Projects together. Do support by leaving a star ⭐ on the repository.

HTML 39.46% CSS 21.25% JavaScript 21.47% Python 17.49% Go 0.31% Shell 0.01%
hacktoberfest hacktoberfest2022 opensource beginner-friendly beginners first-timers-friendly open-source html-css-javascript webdevelopment css

webarena's Introduction

Birthday

Open Source Love svg1 PRs Welcome first-timers-only contributions welcome

A beginner friendly project to help you in open source contributions. An attempt to bring Web Projects together.

Please see the Contributing Guidelines .

Overview

The goal of this project is to help the beginners with their contributions in Open Source and to bring all the Web projects together. We aim to achieve this collaboratively, so feel free to contribute in any way you want, just make sure to follow the contribution guidelines.

What is Open - Source? Open Source Love svg3

The open source community provides a great opportunity for aspiring programmers to distinguish themselves; and by contributing to various projects, developers can improve their skills and get inspiration and support from like-minded people. When you contribute to something you already know and love, it can have so much more meaning, because you know how the tool is used and the good it does for you. Being part of an open source community opens you up to a broader range of people to interact with.

Read more about it here.

Let's Get Started:

Issue Creation

  • Create an issue or if you want to work on an exisiting issue get it assigned to you first.
  • No PR's shall be accepted without issues been assigned.
  • Now, when you have got your issue assigned follow the steps below :

Step 1. Create a Copy of this Repository

In order to work on an open-source project, you will first need to make your own copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.

Fork 🍴 this repo. Click on the Fork button at the top right corner.

With the repository forked, you’re ready to clone it so that you have a local working copy of the code base.

Clone the Repository

To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.

We’ll use the git clone command along with the URL that points to your fork of the repository.

  • Open the Command Prompt
  • Type this command:
git clone https://github.com/your_username/WebArena

Screenshot 2022-10-04 at 2 53 53 AM

Step 2: Creating a New Branch

It is important to branch the repository so that you are able to manage the workflow, isolate your code, and control what features make it back to the main branch of the project repository.

When creating a branch, it is very important that you create your new branch off of the master branch. To create a new branch, from your terminal window, follow:

git branch new-branch
git checkout new-branch

Once you enter the git checkout command, you will receive the following output:

Switched to branch 'new-branch'

Step 3: Contribute

  • Make relevant changes.Add new projects(make sure to put in the readme files in your folders).
  • Contribute with any web project you feel like :)

Step 4: Commiting and Pushing:

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.

git add filename or git add .

You can type the command git add -A or alternatively git add -all for all new files to be staged.

With our file staged, we’ll want to record the changes that we made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the change you have made, why you made it, and how significant it is.

git commit -m "commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push --set-upstream origin new-branch

Step 6: Create Pull Request

At this point, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the “Compare & pull request” button on the page. Screenshot 2022-10-04 at 3 21 21 AM

GitHub will alert you that you are able to merge the two branches because there is no competing code. You should add in a title, a comment, and then press the “Create pull request” button.

Screenshot 2022-10-04 at 3 24 21 AM

Step 7: CONGRATULATIONS 💥 👏 ☺️

You have made it till the end. Kudos to you!!


How to upload the files

  • Upload your folders with the corresponding files and a readme.md file.
  • Under no circumstances create new folders or directly upload files within the folders of other projects.

Please STAR 🌟 this repository if you liked it and had fun :)

Maintainer! 😊


Anadee

💻 🖋

webarena's People

Contributors

anadee11 avatar ayushisingh73448 avatar chetan-2002 avatar harshil1973 avatar itzwow avatar kirtiraj22 avatar meetkool avatar pikameow420 avatar rudrakshi99 avatar sahilchandravanshi avatar samarth-kumar-05 avatar siddhikhade avatar srishtidharwani avatar uttkarrsh avatar yeshitt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

webarena's Issues

[ADD] Basic Chat App

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Useful Calendar App

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Wordtyping-game

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Todo List Project

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Cab Rent Service Website

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Random Joke Generator

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

[ADD] Social Media Website

  • Add a readme.md file to your project.
  • This issue was opened after seeing the issues and so no similar issues are present.

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.