Skip to content

This repository is for the student of IIIT Ranchi who want to participate in hacktoberfest2023

Notifications You must be signed in to change notification settings

aialok/open-source-IIIT-Ranchi

Repository files navigation

IIIT Ranchi Hacktoberfest 2023 Repository

Give a star to this repo⭐⭐⭐

Welcome to the IIIT Ranchi Hacktoberfest 2023 repository! 🚀

If you're a student at IIIT Ranchi and you're interested in participating in Hacktoberfest 2023, you're in the right place. This repository is specifically created to encourage and guide you through your Hacktoberfest journey.

What is Hacktoberfest?

Hacktoberfest is an annual month-long celebration of open-source software. During October, developers from around the world contribute to open-source projects by submitting pull requests on GitHub. It's a fantastic opportunity to learn, contribute to real projects, and earn cool swag!

Getting Started

To get started with Hacktoberfest and contribute to this repository, follow these steps:

  1. Fork this repository: Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.

  2. Clone your fork: Clone the forked repository to your local machine using git clone.

  3. Make Contributions: Contribute to the repository by fixing bugs, adding features, improving documentation, or anything else that adds value. You can choose from the open issues or come up with your own ideas.

  4. Add Your Card: Create a new card in the /src/pages/{your-year} directory with your photo, name, branch, hobby, and a portfolio link with a button. Use the provided template (details below).

  5. Create Pull Requests: Commit your changes and create a Pull Request (PR) to this repository. Be sure to follow the guidelines and templates provided in this repository.

  6. Participate in Hacktoberfest: Register for Hacktoberfest on the official website and track your progress. To qualify for a Hacktoberfest digital goodies, you need to make at least four valid PRs to any participating repositories.

  7. Celebrate: Once your PRs are accepted, celebrate your success and contribute more if you like! 🎉

Contribution Guidelines

Please adhere to the following guidelines when contributing to this repository:

  • Ensure your card is placed in the `src/pages/{your-year}`` directory and follows the template provided below.

  • Your card should include a photo, your name, branch, hobby, and a portfolio link with a button.

  • Use clear and concise commit messages.

  • Respect the code of conduct and be respectful and inclusive in your interactions.

Card Template

Use the following template to create your card in the src/pages/{your-year} directory:

   <div class="max-w-xs rounded overflow-hidden shadow-2xl   my-8 transform hover:scale-105 transition-transform duration-300 ">

      
      <div class="flex w-full">
        <div class="w-1/2">
          <div class="h-56 bg-gray-300">
            <img src={Your-image-url} class="h-full w-full object-cover">
          </div>
        </div>
        
          <div class="w-3/5 p-4 my-auto">
            <div class="font-bold text-xl mb-2 ">{Your Name}</div>
            <p class="text-gray-700 text-base">{Your Branch}</p>
            <p class="text-gray-700 text-base">{Your Hobbies}</p>
            <button class="bg-orange-500 text-black hover:ring-2 hover:ring-orange-500 py-2 px-4 rounded-full mt-6"> <a href={Your-portfolio-link} target="_blank" class="font-medium"
              >Portfolio</a
            ></button>
        </div>
      </div>
     
    </div>

Happy Hacking!

We encourage you to explore, learn, and have fun during Hacktoberfest 2023. If you have any questions or need assistance, feel free to reach out in the repository's discussions or by opening an issue.

Let's make Hacktoberfest 2023 a memorable and productive experience for all IIIT Ranchi students! 🌟

Happy Hacking! 🚀

Thanks to all the contributors ❤️

About

This repository is for the student of IIIT Ranchi who want to participate in hacktoberfest2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published