server-geeks / WebMine

Everyone is welcomed here to contribute different web projects. Do follow the Contributors Guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebMine

Add your Web Development Projects Here

  • This is the repository were you can contribute all your Web Projects.
  • Duplicate projects will not be merged.
  • Please add screenshots of your project.
  • If your project is hosted please add that link.
  • You can use this repository as your first hacktober pull request.

This Repository is specially for Hacktoberfest participants.

Note: Use PascalCase to name your repository

HOW TO CONTRIBUTE ? 👷

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your_username>/WebMine.git

3. Navigate to the project directory.

cd WebMine

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/server-geeks/WebMine

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. MAKE NECESSARY CHANGES IN THE PROJECT TO EDIT IT

8. Create a new branch.

git checkout -b <your_branch_name>

9. Add & Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

10. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

11. Create a Pull Request!

Congratulations! Sit and relax till we review your PR, you've made your contribution to (https://github.com/server-geeks/WebMine) project



Maintainers ⚙


Kanishk Chhabra
Linkedin  Github

Mayank Goel
Linkedin  Github

Kushagra Jain
Linkedin  Github

Contributors

About

Everyone is welcomed here to contribute different web projects. Do follow the Contributors Guidelines


Languages

Language:JavaScript 54.6%Language:HTML 24.4%Language:CSS 16.3%Language:EJS 4.8%Language:Procfile 0.0%