Skip to content

This Open Source project allows anyone to create their own windows inspired portfolio. Just by editing ONE file!

Notifications You must be signed in to change notification settings

lisander-lopez/windows-portfolio

Repository files navigation

Windows Portfolio

This is an open source project that allows anyone to create a beautiful portfolio based on Windows Desktop UI.

How to make it my own

First, edit data.json:

{
	"Resume": "resume.pdf",
	"LinkedIn": "URL",
	"Email": "EMAIL ADDRESS",
	"GitHub": "URL",
	"AboutMe": {
		"header": "My name is BLANK",
		"content": "DESCRIPTON ABOUT YOURSELF"
	},
	"Passions": ["ARRAY OF PASSIONS"],
	"Hobbies": [
		{
			"text": "HOBBY",
			"imgURL": "HOBBY PICTURE"
		}
	],
	"Books": ["ISBN10 OF BOOKS"],
	"BooksAPIKEY": "GOOGLES API KEY",
	"OldPortfolios": [
		{
			"title": "OLD PORTFOLIO TITLE",
			"description": "SHORT DESC",
			"link": { "type": "SOURCE OR DEMO", "url": "URL" },
			"created": "DATE CREATED"
		}
	],
	"Projects": [
		{
			"title": "TITLE OF PROJECT",
			"description": "DESC OF PROJECT",
			"link": {
				"type": "SOURCE OR DEMO",
				"url": "URL"
			},
			"created": "DATE CREATED"
		}
	]
}

Second,

npm install && npm run dev

Open http://localhost:3000 to see the portfolio!

Contributing

If you would like to contribute PLEASE make an issue first, then you can create a pull request.

About

This Open Source project allows anyone to create their own windows inspired portfolio. Just by editing ONE file!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published