Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.11 KB

File metadata and controls

72 lines (49 loc) · 3.11 KB

🧩 Open Project Lab — Submissions

Welcome to the Submissions Hub! 🎉 Here you'll find all the real-world implementations built from ideas in the Open Project Lab. Every project here was made by a contributor who turned an idea into working code — and you can too!


🚀 How to Submit Your Project

  1. Fork this repository.

  2. Navigate to the submissions/ folder and choose the correct category file:

    • web.md
    • ai-ml.md
    • systems.md
    • networks-protocols.md
    • game-dev.md
    • misc.md
  3. Add your project entry using the implementation template:

    Follow the format in implementation-template.md:

    ### 🚀 Project Name
    - **Author:** [Your Name](https://github.com/spyder01)
    - **Idea:** [Idea Title](../categories/<category>.md#idea-anchor)
    - **Repo / Demo:** [GitHub Repo](https://github.com/spyder01/project-lab)
    - **Description:** A short summary of your project, the technologies used, and unique features.
  4. Commit your changes and open a Pull Request (PR).

  5. Once approved, your project will be listed here with your submission badge 🏅


🏅 Submission Badge

Add this badge to your project’s README to show your participation:

[![Open Project Lab Submission](https://img.shields.io/badge/Open%20Project%20Lab-Submission-blue?logo=github)](https://github.com/yourusername/open-project-lab)

📚 Browse Submissions by Category

Category Description File
🌐 Web Development Websites, APIs, frontends, full-stack apps. View Submissions →
🤖 AI / ML Models, LLM tools, chatbots, and AI projects. View Submissions →
⚙️ Systems & Tools Low-level systems, utilities, CLI tools, and backend infrastructure. View Submissions →
🌐 Networks & Protocols Networking tools, protocol analyzers, and communication systems. View Submissions →
🎮 Game Development 2D / 3D games, engines, and experiments. View Submissions →
🧩 Miscellaneous Creative, experimental, or hybrid ideas. View Submissions →

💬 Notes

  • Submissions should be original work created by the contributor.
  • Each entry must be linked to an idea listed in the relevant categories/ section.
  • Multiple projects can be submitted by the same contributor.
  • The best submissions may be featured in the Showcase section of the main README.

🧠 Turn ideas into code. Inspire others. Join the lab!