This website is a personal portfolio website used to showcase my newest and most exciting projects.
This project was created using the React library. To run in development mode, run npm start
in the terminal. This will run the application on http://localhost:3000.
To style this application I used the CSS Preprocessor SASS. SASS allows for quicker and more consistent development as you can create CSS variables, nest CSS rules and more.