Made with contrib.rocks
- Fork the repository and clone your fork:
git clone https://github.com/YOUR-USERNAME/ProjectHive.git
cd ProjectHive- Create a new branch:
git checkout -b my-awesome-project- Add your project
- Create a folder for your project under the correct domain:
- Domains//MiniProjects/YourProjectName
- Add all code files (HTML, CSS, JS, etc.) inside the project folder.
- MUST include a README.md inside your project folder with the template below.
README.md template:
# Your Project Name
**Contributor:** YourGitHubUsername
## Description
Short description of what your project does.
## How to Run
1. Steps to install/run
2. Example commands- Commit & push:
git add .
git commit -m "Add: [Domain] Your Project Name"
git push -u origin my-awesome-project- Open a Pull Request
- Go to your fork on GitHub and click "New Pull Request".
- Fill PR description with what you added and any setup instructions.
After merge: Your name will automatically appear on the leaderboard.
- Mini-Projects — Full working apps
Location: Domains/[Domain]/MiniProjects/ - Templates — Starter boilerplates
Location: Domains/[Domain]/Starter-Templates/ - Roadmaps — Learning paths and guides
Location: Domains/[Domain]/Roadmap.md
DO
- Add working code (not just markdown for project entries).
- Include Contributor: YourUsername in your project's README.md.
- Test your code before submitting.
- Use clear and descriptive commit messages.
DON'T
- Submit only markdown files without actual project code.
- Use placeholder names like "YourUsername".
- Copy others' work without credit.
- Add spam or low-quality content.
Important: You will not be credited on the leaderboard unless your project's README includes "Contributor: YourUsername".
Use this format: Type: [Domain] Description
- Add: Frontend - Todo App with React
- Update: Backend - Enhanced API documentation
- Fix: AI-ML - Corrected model training script
- 🤖 AI-ML
- 🥽 AR-VR
- ⚙️ Backend
- ⛓️ Blockchain
- ☁️ Cloud
- 🔐 Cybersecurity
- 🔧 DevOps
- 🎨 Frontend
- 🌟 FullStack
- 📡 IoT
- 🧠 MLOps
- 💬 NLP
- 🤖 Robotics
Every merged PR:
- Adds you to the Overall Leaderboard
- Features you in Hall of Fame (Top 10)
- Shows your profile in the contributors section
- Be respectful and inclusive.
- Help others learn and provide constructive feedback.
- No spam, harassment, or plagiarism.
- Quick Start Guide — Get started in 5 minutes.
- Contributor Tag Examples — See correct formats.
- Leaderboard Guide — How recognition works.
- Discussions — Ask questions in the repository Discussions.
❤️ Thank you for making ProjectHive better!