Navigation bar that maps through an array (navList) of strings and returns a link to a slugified version of the string.
Uses the useWindowSize hook to generate either a horizontal or vertical nav depending on the desired screen width.
PROPS: { navList, projectName }