IdeaHub

November 8, 2022 ยท View on GitHub

License: MIT Open Source Helpers Quality Gate Status Code Smells Duplicated Lines (%) Netlify Status Discord

IdeaHub

A collection of ideas and projects that contain from beginner to advance :octocat: ๐ŸŽฏ๐Ÿš€

Categories โœจ

Contribution Guidelines

  1. Fork the project
  2. Modify the file ideas.json or projects.json
  3. Add your idea or project to the list as below structure, for more description of json click here
    {
        "name": "",
        "display": "",
        "description": "",
        "author": "",
        "category": "",
        "level": "",
        "site": "",
        "tags": ""
    }
    {
        "title": "",
        "description": "",
        "level": "",
        "tags": ""
    }
  1. Create a pull request to main

Json's descriptions

Project structure

Attribute nameDescription
nameYour repo name on github
displayThe project display name
descriptionThe description for your project
authorYour github's username
categoryProject category, ex: game, iot, ml, ai, console app, or website
levelThe difficulty of the project, ex: basic, intermediate, advanced
siteWebsite URL; Leave an empty string if unavailable
tagsProject tags

Idea structure

Attribute nameDescription
titleThe idea title
descriptionThe description of what the developer should do
levelThe difficulty of the idea to programming it, ex: basic, intermediate, advanced
tagsIdea Tags. NOTE: the first tag will be use by search the project

Others

License

MIT