My personal website I created using Gatsby, React and Azure.
I used the gatsby-transformer-json
Gatsby plugin to query the data for the site from the json folder in /src/
and then build the site accordingly.
I was experimenting the the CSS property mixed-blend-mode
to give the SVG's and the text on the side bars a cool color change effect when you scroll between each section.
Building this site was a great opportunity to get more familiar with react hooks.