Portfolio Website

A portfolio website I built to showcase my work. It contains a homepage with "about me" section, a portfolio page and an interests page as well as links to github and linkedIn. Feel free to use the code for your own portfolio site.

Getting Started

  1. Clone the repo
git clone https://github.com/Matt-Hurst/portfolio-website.git
cd portfolio-website
  1. Install dependecies
npm install
  1. Start development server
npm start
  1. Replace data in work.js, interests.jsx, home.jsx, and background image in home.css

Built with

  • React - Front end library for building user interfaces
  • React Router - Routing and navigation for React apps