This is a website with I show my skills, experience, completed and ongoing projects. It is like a live portfolio. I try to keep everything up to date. All the listed projects have a github page and the completed projects have a live demo up and running. This website also is mobile friendly. The design used is based on a the following video
This is an instruction to setting up the project locally.
Node and npm is needed to run react
The first thing you need to do is to clone the project to you own computer.
git clone [email protected]:luigi989/portfolio.git
- After that go to the folder newly created folder /portfolio
- Open a terminal in this location and run
npm i
- Start the project
npm start
- Will be updated and improved on