Skip to content

Prem-Kumar-Dev/hacktoberfest2024-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

107 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€Featured In

๐ŸŽจ Event Logo ๐Ÿ“… Event Name ๐Ÿ“œ Event Description
Hacktoberfest 2024 Hacktoberfest 2024 Hacktoberfest is a month-long celebration of open-source software, run by DigitalOcean, GitHub, and Twilio. It encourages contributions to open-source projects and fosters a global community of developers. ๐ŸŒ๐Ÿ’ป

๐Ÿ“– Table of Contents

  1. Hacktoberfest 2024: Beginner Coding Problems and Solutions
  2. [How to Get Started] ๐Ÿš€ (#how-to-get-started)
    • [Step 1: Fork This Repository]๐Ÿด(#step-1-fork-this-repository)
    • [Step 2: Clone the Repository] ๐Ÿ’ป (#step-2-clone-the-repository)
    • [Step 3: Create a New Branch]๐ŸŒฟ(#step-3-create-a-new-branch)
    • [Step 4: Make Your Changes]โœ๏ธ(#step-4-make-your-changes)
    • [Step 5: Commit Your Changes]๐Ÿ“Œ(#step-5-commit-your-changes)
    • [Step 6: Push Your Changes]๐Ÿ”ผ(#step-6-push-your-changes)
    • [Step 7: Open a Pull Request]๐Ÿ”„(#step-7-open-a-pull-request)
    • [Step 8: Wait for Review]๐Ÿ› ๏ธ(#step-8-wait-for-review)
  3. [Hacktoberfest Participation]๐ŸŒŸ(#hacktoberfest-participation)
  4. [Contribution Guidelines]๐Ÿ“(#contribution-guidelines)
  5. [Contributors]โค๏ธ(#contributors)
  6. [License]๐Ÿ“œ(#license)
  7. [Get Involved]๐Ÿค(#get-involved)

๐ŸŽ‰Hacktoberfest 2024: Beginner Coding Problems and Solutions

Welcome to the Hacktoberfest 2024 beginner coding problems repository! This project is designed to help beginners contribute to open-source while practicing fundamental coding skills. Whether you're new to programming or an experienced developer looking to assist, weโ€™re excited to have you here!๐ŸŒฑ๐Ÿ’ป

๐Ÿš€ How to Get Started

To contribute to this repository during Hacktoberfest 2024, follow the steps below:

Step 1: Fork This Repository ๐Ÿด

  • First, youโ€™ll need to fork this repository, which creates a copy of it under your own GitHub account.
  • Click the Fork button at the top right of this page.

Step 2: Clone the Repository ๐Ÿ’ป

  • Once you've forked the repository, clone your copy to your local machine. Open your terminal or command prompt and run the following command:
    git clone https://github.com/your-username/hacktoberfest2024-beginner-problems.git
    • Replace your-username with your GitHub username.

Step 3: Create a New Branch ๐ŸŒฟ

  • To keep your contributions organized, create a new branch for your changes:
    git checkout -b your-branch-name
    • Replace your-branch-name with a descriptive name, such as add-solution or fix-typo.

Step 4: Make Your Changes โœ๏ธ

  • Solve a problem, add a new coding challenge, or make any necessary improvements.
  • Use your preferred text editor or IDE to implement the changes.
  • If adding new content, ensure that your code is clean, well-commented, and easy to understand.

Step 5: Commit Your Changes ๐Ÿ“Œ

  • Once youโ€™re done, stage the files for commit and write a meaningful commit message:
    git add .
    git commit -m "Added a solution for [problem description]"
    • Be specific about what you changed or added in the commit message.

Step 6: Push Your Changes ๐Ÿ”ผ

  • Push your branch to your GitHub fork:
    git push origin your-branch-name
    • This will upload your changes to your forked repository on GitHub.

Step 7: Open a Pull Request ๐Ÿ”„

  • Navigate to the original repository (this one) and click on the New Pull Request button.
  • Select the branch you created and submit a Pull Request (PR).
  • In the PR description, briefly explain what changes you made and what problem youโ€™re addressing. If applicable, include how your solution can be tested.

Step 8: Wait for Review ๐Ÿ› ๏ธ

  • Once you've submitted your pull request, a maintainer will review it. They may leave comments or request changes, so stay updated.
  • Be open to feedback and make any necessary revisions as requested.

๐ŸŒŸ Hacktoberfest Participation

We encourage you to contribute during Hacktoberfest 2024. Here are some important guidelines to keep in mind:

  • Your contributions must meet the quality standards to be counted towards Hacktoberfest.
  • Make sure you submit well-documented code, meaningful pull requests, and avoid trivial contributions.
  • Feel free to raise issues or open discussions if you need clarification or have ideas for new problems and challenges.

##๐Ÿ“Contribution Guidelines

Please follow these contribution guidelines to maintain quality and consistency:

  • Write clean code: Use proper indentation, naming conventions, and comments to explain complex logic.
  • Use meaningful commit messages: Each commit should describe the change concisely.
  • Respect the project structure: Keep files organized and follow the existing naming conventions.
  • Be respectful and constructive: Engage with other contributors positively, whether reviewing pull requests or participating in discussions.

โค๏ธ Contributors

A heartfelt thank you to the following individuals for their valuable contributions to this project. Your support and dedication are greatly appreciated:


๐Ÿ“œ License

This project is licensed under the MIT License.


๐Ÿค Get Involved

  • Share this repository to attract more contributors.
  • Help others by reviewing their pull requests, raising issues, or contributing new coding problems and solutions.
  • Participate actively and help make Hacktoberfest 2024 an exciting and inclusive event for everyone!๐ŸŒˆ

Happy coding and contributing to Hacktoberfest 2024!๐ŸŽˆโœจ

Hacktoberfest



About

Welcome to the Hacktoberfest 2024 beginner coding problems repository! This project is designed for those who want to contribute to open-source while solving basic coding challenges. Whether you are a first-time contributor or looking to practice programming, you're in the right place.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors