Skip to content

marcogreselin/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The first user-centred portfolio

Many different users access portfolios and they all have different expectations. My (new) portfolio is gonna ask you how much time you have and what you're interested in. It will then create a personalised view of my work.

Tech stack

This is a progressive web app built with create-react-app.

  • All components are in src/components. There's a mix of stateless functional components and ES6 classes.
  • It uses react-router V4 for the routes (this was kind of a major update to react-router).
  • All content is saved in a JSON file in src/components/products

Wanna check it out?

Go to marcogreselin.com and enjoy.

Wanna run it locally?

Run npm install and then npm start and it should work.