Skip to content

GuilhermeBalog/portfolio-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Portfolio Generator

Create a portfolio using your GitHub repositories! I made it based on my personal website, you can check it here.!

Usage

Open the website and type your github username

Pro tip: you can type the username directly in the url /?u=YOUR_USERNAME

Contributing

Requirements

  • Node.js
  • npm or yarn

Getting Started

Clone this repository using

git clone github.com/GuilhermeBalog/portfolio-generator.git

Install dependencies with

npm install #or
yarn

And then run the development server

npm start #or
yarn start

Feel free to fork this repository and add your ideias!

That's all folks! Keep coding!