React website to reflect my current resume.
To get the project up and running:
- Clone this repo:
git clone <repo url>
- Navigate into the newly cloned repo
- Install NPM packages
npm i
- Run project
npm start
I chose to use Create React App to scaffold the project. This quickly gives us a great collection of development and build tools.
Website has a dark and light theme.
The theme will be set initially by your OS preferred theme if available.
how? - Relying on MDN - Prefers Color Scheme, and MDN - Match Media
If no OS level preference is found it will default to the dark theme. Once you have changed the theme your choice will be stored in local storage and used to set theme on later visits.