Project-Guidance Contains amazing projects written in multiple programming languages. Here you can easily find beginner to advanced level projects. The main reason behind creating this repository is so that people can find their projects all at one place with the source code. Most of the programmers (beginners π° ) are unable to find the project so we took the initiative to help them. Consider this repository as your personal space to find or add any new project to this repository . Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving suggestions. ππ
Domain | Basic Level | Intermediate Level | Advanced Level |
---|---|---|---|
Artificial Intelligence | Basic AI Projects | Intermediate AI Projects | Advanced AI Projects |
Blockchain Development | Basic AI Projects | Intermediate AI Projects | Advanced AI Projects |
Desktop Applications | Basic Desktop Projects | Intermediate Desktop Projects | Advanced Desktop Projects |
Internet of Things (IoT) | Basic IoT Projects | Intermediate IoT Projects | Advanced IoT Projects |
Machine Learning & Data Science | Basic ML Projects | Intermediate ML Projects | Advanced ML Projects |
Mobile Applications | Basic Mobile Projects | Intermediate Mobile Projects | Advanced Mobile Projects |
Web Development | Basic Web Projects | Intermediate Web Projects | Advanced Web Projects |
Please read our Code of Conduct .
We're accepting PRs for our open and unassigned issuesπ. Please check CONTRIBUTING.mdβ¨. We'd love your contributions! Kindly follow the steps below to get started:
0. Star this repository.
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/Project-Guidance
3. Navigate to the project directory.
cd Project-Guidance
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make changes.
6. Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
7. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
8. Create a PR to develop
!
9. Congratulations! π Sit and relax, you've made your contribution to Project-Guidance. βοΈ β€οΈ π₯
π π π Happy Contributing π π π