Skip to content

JCron245/cronsite-2020

Repository files navigation

Resume Website

React website to reflect my current resume.

Getting Started

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

Create React App:

I chose to use Create React App to scaffold the project. This quickly gives us a great collection of development and build tools.

Packages:

Dev Tools:

Theming:

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.