Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushal997-das authored Sep 27, 2024
1 parent b596189 commit 4ae5731
Showing 1 changed file with 56 additions and 51 deletions.
107 changes: 56 additions & 51 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


<a href="https://github.com/Kushal997-das/Hacktoberfest-2024/">
<img align='center' height="30" src="https://img.shields.io/badge/Hacktoberfest-2024-orange.svg?&style=for-the-badge&logo=KD&logoColor=blue" />
</a> <br>
Expand All @@ -8,84 +6,91 @@

This repository is designed to help beginners make their first successful pull request and contribute to open source. 🌱

## What is Hacktoberfest? 🤔
---

### What is Hacktoberfest? 🤔

Hacktoberfest is a month-long celebration from October 1 to October 31, organized by [DigitalOcean](https://hacktoberfest.digitalocean.com/) and [DEV Community](https://dev.to/), in collaboration with [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest). It's a fantastic opportunity to engage with the open-source community by creating your first pull request to any public repository on GitHub. 🌍

## How to Get Started 🚀
---

1. **Register for Hacktoberfest**: Visit the [Hacktoberfest registration page](https://hacktoberfest.digitalocean.com/) and sign in with your GitHub credentials. Be sure to read the rules carefully before registering.
### How to Get Started 🚀

1. **Register for Hacktoberfest**:
- Visit the [Hacktoberfest registration page](https://hacktoberfest.digitalocean.com/) and sign in with your GitHub credentials.
- Be sure to read the rules carefully before registering.

## Eligibility Criteria 🚫
---

### Eligibility Criteria 🚫

- **⚠️ Duplicate programming questions will not be accepted.**
- **Star and Fork the Repository**:
- [Hacktoberfest-2024 Repository](https://github.com/Kushal997-das/Hacktoberfest-2024)
- **You must fill the `data.json` file after completing your task.**

## Hacktoberfest 2024 Tasks 🌈

- [Beginner Level 📁](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/readme.md#task-1-add-your-program-question-and-solution-)
- [Intermediate Level 📁](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/readme.md#task-1-add-your-program-question-and-solution-)

<img height="30" src="https://img.shields.io/badge/Beginner%20level-green.svg?&style=for-the-badge&logo=Beginner%20level&logoColor=blue" />

### Task 1: [Add Your Program Question and Solution](https://github.com/Kushal997-das/Hacktoberfest-2024/tree/master/1.%20Beginner%20level/TASK%20%231) 😇

Create a new folder for your programming question and its solution. The structure should look like this:

```
<name of program>/
├── question.md
└── <solution> (Solution file in any language: C, Java, Python, etc.)
```

Don't forget to add your name and GitHub username [here](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%231/data.json). 📝

<img height="30" src="https://img.shields.io/badge/Intermediate%20level-red.svg?&style=for-the-badge&logo=Beginner%20level&logoColor=blue" />

### Task 2: [Submit Your Own Portfolio Page / GitHub Profile](https://github.com/Kushal997-das/Hacktoberfest-2024/tree/master/1.%20Beginner%20level/TASK%20%232) 📄

**How to Add Your Portfolio**:
- Follow the instructions [here](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%232/README.md).
- Ensure you don't modify anything in [this template](https://github.com/Kushal997-das/Hacktoberfest-2024/edit/master/1.%20Beginner%20level/TASK%20%232/README.md). Simply copy the code and fill in your details:

```html
<table width="100%">
<tr>
<td align="center">
<p><a href="portfolio link">Your Name</a></p>
<img src="Image URL" />
</td>
</tr>
</table>
```

After submitting, add your profile details in [data.json](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%232/data.json). 📅

## Contributing Guidelines 🤝
---

### Hacktoberfest 2024 Tasks 🌈

1. **[Beginner Level 📁](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/readme.md#task-1-add-your-program-question-and-solution-)**
- **Task 1**: [Add Your Program Question and Solution](https://github.com/Kushal997-das/Hacktoberfest-2024/tree/master/1.%20Beginner%20level/TASK%20%231) 😇
- Create a new folder for your programming question and its solution. The structure should look like this:
```
<name of program>/
├── question.md
└── <solution> (Solution file in any language: C, Java, Python, etc.)
```
- Don't forget to add your name and GitHub username [here](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%231/data.json). 📝
2. **[Intermediate Level 📁](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/readme.md#task-1-add-your-program-question-and-solution-)**
- **Task 2**: [Submit Your Own Portfolio Page / GitHub Profile](https://github.com/Kushal997-das/Hacktoberfest-2024/tree/master/1.%20Beginner%20level/TASK%20%232) 📄
- **How to Add Your Portfolio**:
- Follow the instructions [here](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%232/README.md).
- Ensure you don't modify anything in [this template](https://github.com/Kushal997-das/Hacktoberfest-2024/edit/master/1.%20Beginner%20level/TASK%20%232/README.md). Simply copy the code and fill in your details:
```html
<table width="100%">
<tr>
<td align="center">
<p><a href="portfolio link">Your Name</a></p>
<img src="Image URL" />
</td>
</tr>
</table>
```
- After submitting, add your profile details in [data.json](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/1.%20Beginner%20level/TASK%20%232/data.json). 📅
---
### Contributing Guidelines 🤝
Check the [Contributing Guidelines](https://github.com/Kushal997-das/Hacktoberfest-2024/blob/master/CONTRIBUTING.md) for more information.
## Need Help? 🤔
---
### Need Help? 🤔
If you have any questions, feel free to ask [here](https://github.com/Kushal997-das/Hacktoberfest-2024/discussions/categories/q-a).
## Helpful Resources 🛠️:
---
### Helpful Resources 🛠️
These resources are essential for your Hacktoberfest journey:
- **[Hacktoberfest Overview](https://hacktoberfest.digitalocean.com/overview)**: Gain a comprehensive understanding of the Hacktoberfest program.

- **[Understanding Git Basics](https://www.atlassian.com/git/tutorials/learn-git)**: Master the fundamental concepts of Git.
## Awesome Contributors 🌟
---
### Awesome Contributors 🌟
<a href="https://github.com/Kushal997-das/Hacktoberfest-2024/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Kushal997-das/Hacktoberfest-2024" />
</a>
---
:tada: :confetti_ball: **Happy Contributing!** :confetti_ball: :tada:
```
Expand Down

0 comments on commit 4ae5731

Please sign in to comment.