Skip to content

Compiling the largest list of project ideas and inspiration for your developer portfolio to enhance your skills.

Notifications You must be signed in to change notification settings

thefullstackgroup/greatest-developer-portfolio-ever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

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"]

About

Compiling the largest list of project ideas and inspiration for your developer portfolio to enhance your skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published