This is my SPA Portfolio built using React, to showcase my projects & skills. I intially forked it form @rbhatia46 & have made changes since. Feel free to fork this repo & use it to showcase your own work
View my portfolio @ https://philpalmer.github.io/portfolio
- Clone/Download the repo.
- Run
npm install
. - Change the values in
src/resumeData.js
to suit your use-case. - Run
npm start
to spin the up the local dev server port 3000.(http://localhost:3000). - Make required changes in
src/resumeData.js
to suit your needs.