My portfolio is a personal website built after my graduation from Udacity's "front-end web developer nanodegree program", to showcase all of my work as a front-end developer during my studying time. The website is built with react to achieve an interactive experience for the user.
Using this live page is recommended
navigate in the directory you want to place the app and:
- clone the current repository:
git clone https://github.com/V-for-Vaggelis/portfolio.git
- navigate in the project's repository
cd Portfolio
- install all project dependencies with
npm install
- start the hosting server with
npm start
Answer the pop up questions if you want an interactive experience, or click skip dialogue
at any point to jump directly to the showcased projects.
- The project was bootstrapped with Create react app
- The react-bootstrap package
- react-fontawesome
- gh-pages
- google-fonts
- react-delay
The page was developed and tested in Google Chrome's enviroment, but it should work on any browser and device. Please report any compatibility or other issues.
Warning: this website intentionally creates delay effects, in order to simulate a live conversation. This might cause performance audits to fail.