Greatest.Developer.Portfolio.Ever.mp4
Compiling the largest collection of project ideas and inspiration to build and add to your developer portoflio to enhance your skills.
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.
{
"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"]