Code Monkey home page Code Monkey logo

sonalikari / hacktoberfest--2022 Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 22.0 37.89 MB

Contribute on this repository with valid pull request to Hacktoberfest 2022 and earn amazing swags!๐ŸŽ๐ŸŽ๐Ÿ”ฅ๐Ÿ”ฅ. And You aren't allowed to Update README.md

Home Page: https://github.com/sonalikari/HacktoberFest--2022

License: MIT License

HTML 40.34% CSS 41.36% JavaScript 8.11% PHP 10.16% Hack 0.03%
css hacktoberfest hacktoberfest-2022 hacktoberfest-accepted hacktoberfest-approved hacktoberfest-starter hacktoberfest-welcome hacktoberfest2022 html javascript portofolio-website reactjs digitalocean pull-request contribution-welcome open-source

hacktoberfest--2022's Introduction

HacktoberFest--2022

Hi HACKTOBERFEST 2022 IS HERE โ€ผ๏ธโ€ผ๏ธโ€ผ๏ธ

๐ŸŽญ What is Hacktoberfest ?

โ™ฆ๏ธ Hacktoberfest is a month-long challenge. It happens every year in the month of October. Hacktoberfest is open to everyone and it marks the celebration of Open Source. It's the biggest Open Source event that encourages newbies to participate in Open Source and create their 1st meaningful PR.

๐Ÿ† ๐Ÿ† Rewards : ๐Ÿ†๐Ÿ†

You get some awesome goodies which include A limited-edition T-shirt for FREE! and some stickers.

๐Ÿค”๐Ÿค” How can you Join โ”โ”

Navigate to the link below ๐Ÿ‘‡ ๐Ÿ‘‡ and follow the instructions โœ”๏ธ โœ”๏ธ

https://hacktoberfest.digitalocean.com/register

Excited โ‰๏ธ ๐Ÿคฉ ๐Ÿคฉ ๐Ÿคฉ

To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:

Then lets start with this repository.

Head down โฌ‡๏ธ โฌ‡๏ธ โฌ‡๏ธ to see how to get started with the repo and follow the guidelines ๐ŸŽฏ ๐ŸŽฏ ๐ŸŽฏ

โš ๏ธRules โ• โ• ๐Ÿ˜ผ ๐Ÿ˜ผ ๐Ÿ˜ผ:

โœ… Pull requests can be submitted to any opted-in repository on GitHub or GitLab.

โœ… The pull request must contain commits you made yourself.

โœ… If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Hacktoberfest.

โœ… If a maintainer reports behaviour thatโ€™s not in line with the projectโ€™s code of conduct, you will be ineligible to participate.

โœ… To get a t-shirt and swags, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone. This year, the first 40,000 participants can earn a T-shirt.

โš ๏ธWhat not to do โ— โ— ๐Ÿ˜ค ๐Ÿ˜ค

โŒ PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)

โŒ PRs that are disruptive (e.g. taking someone elseโ€™s branch/commits and making a PR)

โŒ PRs that are regarded by a project maintainer as a hindrance vs. helping

โŒ Something thatโ€™s clearly an attempt to simply +1 your PR count for October

Rules To Contribute To This Repo

  • Create a Portfolio Website.
  • Technology Used:- HTML, CSS, BOOTSTRAP, JavaScript & Reactjs.

Contributing - Open Source

1. Fork the repository.

2. Clone your forked copy of the project into your local system.

git clone --depth 1 https://github.com/yourusername/HacktoberFest--2022.git

3. Navigate to the project directory. ๐Ÿ“

cd Hacktoberfest--2022

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

git remote add upstream https://github.com/sonalikari/HacktoberFest--2022.git

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. Create a new branch.

git checkout -b pr1

8. Search the "issue-finder" folder, add the modified HTML and CSS files and remove the previous ones.

9. Track your changes. โœ”๏ธ

git add .

10. Commit your changes.

git commit -m "pulled my first PR"

11. Push the committed changes in your feature branch to your remote repository.

git push -u origin pr1

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Voila! You have made a PR to the project. Sit back and relax while your PR is reviewed by the maintainers.

License

For more information on licensing, please refer to License


Thank You

hacktoberfest--2022's People

Contributors

abdulrehmanghub avatar abhaymishra2004 avatar aleebaba3594 avatar anish-parkhi avatar deepakgupta04 avatar dilipsuthar1999 avatar dsumeet14 avatar e-fais avatar gitamandeep avatar hansupadhyay007 avatar imlakshay08 avatar mahi5902 avatar ojasvi01 avatar pranjalsays avatar prashant67690 avatar riddhi12349 avatar sadre1 avatar sarapapa-sp avatar shivam-dave avatar sonalikari avatar srummanf avatar yash-hax avatar yashgadia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hacktoberfest--2022's Issues

Add live demo

If contributors deploy the portfolio from their repository and provide that link here, it would be better.

Login Page

@sonalikari , Hey can you assign me this issue sothat i can contribute with a login page using html and css
it will be very helpful
thank you

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.