Netlify Status

Original attempt at building a personal portfolio site before this latest version: https://github.com/davmcgregor/portfolio-website

Personal website was bootstrapped with Create React App.

Installation instructions

  1. Fork this repository, clone to your local machine then change into the directory:
$ git clone git@github.com:davmcgregor/website.git
$ cd website
  1. Load dependencies and run the app
$ npm install
$ npm start
  1. Open http://localhost:3000 to view it in the browser.

Still in progress

  • Ensure bold hover not affecting navbar width
  • Finish responsive design
  • Update font for browsers/devices
  • Create tag design for tech skills
  • Add line spacing on About page
  • Check card padding on mobile
  • Set up redirects/custom 404
  • Set up https
  • Resdesign to scrolling format - use gatsby?