├── assets ├── screenshot-hacktoberfest.digitalocean.com-2021.09.09-23_42_01.png └── powered-by-vercel.svg ├── Participants.md ├── Projects.md ├── CONTRIBUTING.md └── README.md /assets/screenshot-hacktoberfest.digitalocean.com-2021.09.09-23_42_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ayush7614/Hacktoberfest2021/HEAD/assets/screenshot-hacktoberfest.digitalocean.com-2021.09.09-23_42_01.png -------------------------------------------------------------------------------- /Participants.md: -------------------------------------------------------------------------------- 1 | 1. Amogh Nagar amoghnagar1111@gmail.com (Contributor) 2 | 2. [Aditya Raj Sahoo](https://github.com/adityarajsahoo) 3 | 3. [Siddhi Bhanushali](https://github.com/siddhi-244) 4 | 4. [Nikita jain](https://github.com/nikita-jain-01) 5 | 5. [Vishal Kumar](https://github.com/vishalb52) 6 | 6. [Ayush Mishra](https://github.com/ayush-sleeping) 7 | 7. [Stuti Mongia](https://github.com/stutimongia2024) 8 | 8. [Bharat Tyagi] 9 | 9. [Ajay Pratap Singh] 10 | 10. [Aman Agarwal](https://github.com/Aman7614) 11 | 11. [Anurag Pathak](https://github.com/AnuragThePathak) 12 | 12. [Darshika Singh](https://github.com/darshikasingh) 13 | 13. [Ayush Mishra](https://github.com/ayuush13) 14 | -------------------------------------------------------------------------------- /Projects.md: -------------------------------------------------------------------------------- 1 | ## Projects for Hacktoberfest2021 2 | 3 | | Serial No. | Repository| Link to Issue | Language | 4 | |:--|:--|:--|:--| 5 | | 1. | [Daily-Coding-DS-ALGO-Practice](https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice) | [Added DSA Stuff question](https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice) | `C++,JAVA,PYTHON` | 6 | | 2. | [Bundli-Frontend](https://github.com/Ayush7614/Bundli-Frontend) | [Added HTML, CSS, JS, APIs Projects](https://github.com/Ayush7614/Bundli-Frontend) | `HTML, CSS, JavaScript` | 7 | | 3. | [CheatSheet-Templates](https://github.com/Ayush7614/CheatSheet-Templates) | [Added Cheatsheets ](https://github.com/Ayush7614/CheatSheet-Templates) | `HTML, CSS, JavaScript` | 8 | | 4. | [Soomvar](https://github.com/Ayush7614/Soomvaar) | [Machine Learning and Python Scripts](https://github.com/Ayush7614/Soomvaar) | `Python, Machine Learning` | 9 | | 5. | [Ayush7614/DS-ALGO-Docs](https://github.com/Ayush7614/DS-ALGO-Docs) | [Data Structures and Algorithms Docs](Ayush7614/DS-ALGO-Docs) | `Markdown` | 10 | | 6. | [Face-Detection-Frontend](https://github.com/Ayush7614/Face-Detection-Frontend) | [Add some more things](https://github.com/Ayush7614/Face-Detection-Frontend) | `HTML` `CSS`,`JS` | 11 | | 7. | [Etihaas](https://github.com/Ayush7614/Etihaas) | [History](Etihaas) | `APIs` | 12 | | 8. | [Score-App](https://github.com/Ayush7614/Score-App) | [Give Score](Score-App) | `JavaScript` | 13 | | 9. | [php-college-form-website-project](https://github.com/Ayush7614/php-college-form-website-project) | [For Database](php-college-form-website-project) | `CSS`,`PHP` | 14 | | 10. | [IPL-Predictor](https://github.com/Ayush7614/IPL-Predictor) | [Tell the Score of IPL Matches](IPL-Predictor) | `JavaScript` `APIs` | 15 | | 11. | [Creative-Coding](https://github.com/Ayush7614/Creative-Coding) | [Creative Code Collection](https://github.com/Ayush7614/Creative-Coding) | `JavaScript` | 16 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributing 2 | 3 | **1.** Fork [this](https://github.com/Ayush7614/Project Name.git) repository. 4 | 5 | **2.** Clone your forked copy of the project. 6 | 7 | ``` 8 | git clone --depth 1 https://github.com//Project Name.git 9 | ``` 10 | 11 | **3.** Navigate to the project directory :file_folder: . 12 | 13 | ``` 14 | cd Project name 15 | 16 | ``` 17 | 18 | **4.** Add a reference(remote) to the original repository. 19 | 20 | ``` 21 | git remote add upstream https://github.com/Ayush7614/Project Name 22 | ``` 23 | 24 | **5.** Check the remotes for this repository. 25 | ``` 26 | git remote -v 27 | ``` 28 | 29 | **6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository). 30 | 31 | ``` 32 | git pull upstream master 33 | ``` 34 | 35 | **7.** Create a new branch. 36 | 37 | ``` 38 | git checkout -b 39 | ``` 40 | 41 | **8.** Perfom your desired changes to the code base. 42 | **9.** Track your changes:heavy_check_mark: . 43 | 44 | ``` 45 | git add . 46 | ``` 47 | 48 | **10.** Commit your changes . 49 | 50 | ``` 51 | git commit -m "Relevant message" 52 | ``` 53 | 54 | **11.** Push the committed changes in your feature branch to your remote repo. 55 | ``` 56 | git push -u origin 57 | ``` 58 | 59 | **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 repo you are suppose to make a PR to. 60 | **13.** Add appropriate title and description to your pull request explaining your changes and efforts done. 61 | 62 | 63 | **14.** Click on `Create Pull Request`. 64 | 65 | **15** Voila! You have made a PR to the awesome-developer-portfolio project. Sit back patiently and relax while the your PR is reviewed. 66 | 67 | In case of any help, please free to contact me via mail @ ayushknj3@gmail.com 68 | 69 | ## ❤️ Project Admin 70 | 71 | | | 72 | | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | 73 | | **[Ayush Kumar](https://www.linkedin.com/in/ayush-kumar-%F0%9F%87%AE%F0%9F%87%B3-984443191/)** | 74 | -------------------------------------------------------------------------------- /assets/powered-by-vercel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hacktoberfest2021 2 | 3 |

4 | 5 |

6 | 7 | 8 | ## What is Hacktoberfest 9 | 10 | Hacktoberfest is the month-long event held in October, to celebrate open source software. For the past seven years DigitalOcean along with its partners (including DEV) has run the campaign to promote opensource. ... (You will also receive a Hacktoberfest badge for your DEV profile when you complete the challenge. 11 | 12 |

13 | 14 | GitHub license 17 | 18 | 20 | 21 | GitHub top language 22 | GitHub top language 23 | 24 | #### [Ayush Kumar](https://www.eatmy.news/2020/06/code-like-you-eat-i-mean-code-daily-as.html) 25 | 26 | [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/Ayush7614) 27 | 28 | ## Leave a :star: 29 | 30 | 31 | 32 | ![HTML](https://img.shields.io/badge/frontend-html-orange.svg?logo=html5&style=flat-square) 33 | ![CSS](https://img.shields.io/badge/frontend-css-yellowgreen.svg?logo=css3&style=flat-square) 34 | ![JavaScript](https://img.shields.io/badge/frontend-js-ff69b4.svg?logo=javascript&style=flat-square) 35 | ![Bootstrap](https://img.shields.io/badge/framework-bootstrap-dodgerblue.svg?logo=bootstrap&style=flat-square) 36 | ![PHP](https://img.shields.io/badge/backend-php-blue.svg?logo=php&style=flat-square) 37 | ![MYSQL](https://img.shields.io/badge/database-mysql-lightgray.svg?logo=mysql&logoColor=white&style=flat-square) 38 | 39 | [![Hashnode blog - Ayush Kumar - Invite Link](https://img.shields.io/badge/Join%20Hashnode-2962FF?style=for-the-badge&logo=hashnode&logoColor=white)](https://hashnode.com/@Ayush7614/joinme) 40 | 41 | [![Ayush Kumar on Dev.to](https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white)](https://dev.to/) [![Ayush Kumar on Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com//) 42 | 43 | 44 | 45 | ## Projects for Hacktoberfest2021 46 | 47 | | Serial No. | Repository| Link to Issue | Language | 48 | |:--|:--|:--|:--| 49 | | 2. | [Bundli-Frontend](https://github.com/Ayush7614/Bundli-Frontend) | [Added HTML, CSS, JS, APIs Projects](https://github.com/Ayush7614/Bundli-Frontend) | `HTML, CSS, JavaScript` | 50 | | 3. | [CheatSheet-Templates](https://github.com/Ayush7614/CheatSheet-Templates) | [Added Cheatsheets ](https://github.com/Ayush7614/CheatSheet-Templates) | `HTML, CSS, JavaScript` | 51 | | 4. | [Soomvar](https://github.com/Ayush7614/Soomvaar) | [Machine Learning and Python Scripts](https://github.com/Ayush7614/Soomvaar) | `Python, Machine Learning` | 52 | | 5. | [Ayush7614/DS-ALGO-Docs](https://github.com/Ayush7614/DS-ALGO-Docs) | [Data Structures and Algorithms Docs](Ayush7614/DS-ALGO-Docs) | `Markdown` | 53 | | 6. | [Face-Detection-Frontend](https://github.com/Ayush7614/Face-Detection-Frontend) | [Add some more things](https://github.com/Ayush7614/Face-Detection-Frontend) | `HTML` `CSS`,`JS` | 54 | | 7. | [Etihaas](https://github.com/Ayush7614/Etihaas) | [History](Etihaas) | `APIs` | 55 | | 8. | [Score-App](https://github.com/Ayush7614/Score-App) | [Give Score](Score-App) | `JavaScript` | 56 | | 9. | [php-college-form-website-project](https://github.com/Ayush7614/php-college-form-website-project) | [For Database](php-college-form-website-project) | `CSS`,`PHP` | 57 | | 10. | [IPL-Predictor](https://github.com/Ayush7614/IPL-Predictor) | [Tell the Score of IPL Matches](IPL-Predictor) | `JavaScript` `APIs` | 58 | | 11. | [Creative-Coding](https://github.com/Ayush7614/Creative-Coding) | [Creative Code Collection](https://github.com/Ayush7614/Creative-Coding) | `JavaScript` | 59 | 60 | 61 | 62 | ## Beginner-friendly repositories 63 | 64 | | Serial No. | Repository | Issues | Pull Requests | Forks | 65 | |:--|:--|:--|:--|:--| 66 | | 2. | [Bundli-Frontend](https://github.com/Ayush7614/Bundli-Frontend) | [![GitHub issues](https://img.shields.io/github/issues/Ayush7614/Bundli-Frontend?color=red&logo=github&style=flat-square)](https://github.com/Ayush7614/Bundli-Frontend/issues) | [![GitHub PRs](https://img.shields.io/github/issues-pr/Ayush7614/Bundli-Frontend?style=social&logo=github)](https://github.com/Ayush7614/Bundli-Frontend/pulls) | [![GitHub forks](https://img.shields.io/github/forks/Ayush7614/Bundli-Frontend?style=flat-square&logo=git)](https://github.com/Ayush7614/Bundli-Frontend/network) | 67 | | 3. | [Soomvaar](https://github.com/Ayush7614/Soomvaar) | [![GitHub issues](https://img.shields.io/github/issues/Ayush7614/Soomvaar?color=red&logo=github&style=flat-square)](https://github.com/Ayush7614/Soomvaar/issues) | [![GitHub PRs](https://img.shields.io/github/issues-pr/Ayush7614/Soomvaar?style=social&logo=github)](https://github.com/Ayush7614/Soomvaar/pulls) | [![GitHub forks](https://img.shields.io/github/forks/Ayush7614/Soomvaar?style=flat-square&logo=git)](https://github.com/Ayush7614/Soomvaar/network) | 68 | | 4. | [CheatSheet-Templates](https://github.com/Ayush7614/CheatSheet-Templates) | [![GitHub issues](https://img.shields.io/github/issues/Ayush7614/CheatSheet-Templates?color=red&logo=github&style=flat-square)](https://github.com/Ayush7614/CheatSheet-Templates/issues) | [![GitHub PRs](https://img.shields.io/github/issues-pr/Ayush7614/CheatSheet-Templates?style=social&logo=github)](https://github.com/Ayush7614/CheatSheet-Templates/pulls) | [![GitHub forks](https://img.shields.io/github/forks/Ayush7614/CheatSheet-Templates?style=flat-square&logo=git)](https://github.com/Ayush7614/CheatSheet-Templates/network) | 69 | 70 | 71 | [![Stay Motivated](https://img.shields.io/badge/Stay-Motivated-teal.svg?style=for-the-badge)](https://github.com/Ayush7614) 72 | [![Think Big](https://img.shields.io/badge/Think-Big-orange.svg?style=for-the-badge)](https://github.com/Ayush7614) 73 | [![Work Hard](https://img.shields.io/badge/Work-Hard-blue.svg?style=for-the-badge)](https://github.com/Ayush7614) 74 | 75 | [![NETFLIX](https://forthebadge.com/images/badges/powered-by-netflix.svg)](https://github.com/Ayush7614) [![SMILE](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://github.com/Ayush7614) [![BUILT WITH LOVE](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/Ayush7614) 76 | 77 | [![Powered by Vercel](./assets/powered-by-v0ercel.svg)](https://github.com/Ayush7614/-Hacktoberfest2021/blob/master/assets/powered-by-vercel.svg) 78 | 79 | [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) 80 | [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) 81 | [![forthebadge](https://forthebadge.com/images/badges/built-with-swag.svg)](https://forthebadge.com) 82 | [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com) 83 | [![HTML](https://forthebadge.com/images/badges/uses-html.svg)](https://github.com/Ayush7614) [![css](https://forthebadge.com/images/badges/uses-css.svg)](https://github.com/Ayush7614) [![JS](https://forthebadge.com/images/badges/uses-js.svg)](https://github.com/Ayush7614) 84 | [![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com) 85 | 86 | ⭐ How to get started? 87 | 88 | You can refer to the following articles on the basics of Git and Github and also contact the Project Mentors, in case you are stuck: 89 | 90 | - [Watch this video to get started, if you have no clue about open source](https://youtu.be/SL5KKdmvJ1U) 91 | - [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) 92 | - [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) 93 | - [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github) 94 | - [Getting started with Git and GitHub](https://towardsdatascience.com/getting-started-with-git-and-github-6fcd0f2d4ac6) 95 | 96 | ## 💥 How to Contribute? 97 | 98 | [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) 99 | [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) 100 | 101 | - Take a look at the [Projects](https://github.com/Ayush7614/-Hacktoberfest2021/blob/master/Projects.md)! 102 | - In the Projects go in the issue section and ask for working 103 | - Wait for the Issue to be assigned to you after which you can start working on it. 104 | - Fork the Repo and create a Branch for any Issue that you are working upon. 105 | - Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it. 106 | - Add Screenshots to help us know what this is all about. 107 | - Having difficulty in contributing? Read the [Contribution Guide](https://github.com/Ayush7614/Hacktoberfest2021/blob/master/CONTRIBUTING.md) for a detailed explanation. 108 | 109 | 110 | ```javascript 111 | 112 | if (isAwesome) { 113 | // thanks in advance :p 114 | starThisRepository(); 115 | } 116 | 117 | ``` 118 | 119 | ****** 120 | 121 | ```javascript 122 | 123 | _____ _ _ __ __ 124 | |_ _| |__ __ _ _ __ | | __ \ \ / /__ _ _ 125 | | | | '_ \ / _` | '_ \| |/ / \ V / _ \| | | | 126 | | | | | | | (_| | | | | < | | (_) | |_| | 127 | |_| |_| |_|\__,_|_| |_|_|\_\ |_|\___/ \__,_| 128 | 129 | 130 | ``` 131 | 132 | ----------- 133 | --------------------------------------------------------------------------------