/web-tech-hacktoberfest

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! This is a simple project for the first time contributors. #hacktoberfest

Primary LanguageTypeScript

🎉 Hacktoberfest 2020 🎉

🗣 Hacktoberfest is a best way to get into the open source community, which grows bigger every year. Complete the 2020 challenge and earn a limited edition T-shirt.

📢 Register here for Hacktoberfest2020 and make 4 pull requests to different open source projects in GitHub between October 1st-31st and grab free SWAGS 🔥🎉.

How to contribute here

Here are some quick ways to contribute:

  • Add a Like to an existing technology / framework here is the list

    • by adding a new object in the likes array of assets/data/frontend.json or assets/data/backend.json maintain the same json structure.
    • you can get the GitHub Avatar URL from - GitHub -> Your profile -> Right click on profile image -> Copy Image Address
  • Add a Feature you know, to an existing technology / framework here is the list

    • by adding a new object in the features array of assets/data/frontend.json or assets/data/backend.json maintain the same json structure.
  • Easiest way to contribute, Make an entry into contributors. that will be updated here

    • by adding a new object in assets/data/contributors.json maintain the same json structure.
  • Add new frontend technology / framework you know. see here if it is not added already!

    • by adding a new object in assets/data/frontend.json maintain the same json structure.
  • Add new backend technology / framework you know. see here if it is not added already!

    • by adding a new object in assets/data/backend.json maintain the same json structure.

Choose one or all 5, make a pull request for your work and wait for it to be merged! see your changes here as well :)

Getting started

  • Fork this repository (Click the Fork button at the top right of this page)
  • Clone your forked repository to your local machine.
git clone https://github.com/your-github-username/web-tech-hacktoberfest2020.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task mentioned above)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!