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.
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 toreact-router
). - All content is saved in a JSON file in
src/components/products
Go to marcogreselin.com and enjoy.
Run npm install
and then npm start
and it should work.