Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.69 KB

File metadata and controls

59 lines (37 loc) · 1.69 KB
Greatest.Developer.Portfolio.Ever.mp4

Greatest Developer Portfolio ...Ever

Compiling the largest collection of project ideas and inspiration to build and add to your developer portoflio to enhance your skills.

Got an idea you want to contribute?

Looking for contributors. If you would like to contribute to the collection, clone this repo and edit projects/data.json to add your project ideas using following the json structure below. The collection can be viewed here. This is probably not the best format for doing this, but hey its quick to put together. As the collection grows, lets change to a better format or approach for maintaining it.

JSON Object structure is as follows:

  {
    "title": "PROJECT TITLE",
    "description": "BRIEF PROJECT DESCRIPTION",
    "tutorial": "SAMPLE TUTORIAL URL",
    "type": "webApp",
    "role": ["frontend", "backend", "fullstack", "android", "ios"],
    "stack": ["react", "javascript", "php", "ios", "java"]
  },

title

Give the project a title.

description

Give the project a brief description

tutorial (URL)

If the project has a suggested tutorial or example to link to. (Optional).

type

This is project type and can be of the following types:

webApp, mobileApp, api, service, component, plugin, theme

role (Array)

The role of the Developer, can be an array of the following:

["frontend", "backend", "fullstack", "android", "ios"]

stack (Array)

The suggested stack to use for the project, can be an array of tech stacks:

["react", "javascript", "php", "ios", "java"]