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.
- Clone the repo
git clone https://github.com/Matt-Hurst/portfolio-website.git
cd portfolio-website
- Install dependecies
npm install
- Start development server
npm start
- Replace data in work.js, interests.jsx, home.jsx, and background image in home.css
- React - Front end library for building user interfaces
- React Router - Routing and navigation for React apps