This is a blog website made using Strapi and Next.js. All the style is custom made with Sass. Strapi has been deployed to Heroku. The site uses Axios to make network requests. SWR React Hook is used for data fetching updated Strapi information. Markdown-it is used to display the markdown from Strapi. Images are uploaded using Cloudinary. The site uses Typescript and I have tried to follow many of the coding principles from Bulletproof React (opens in new window). You can view the frontend Next.js code on my Github here (opens in new window). You can view the backend Strapi code (opens in new window) on my Github here (opens in new window). I have tried to make my website as accessibile as possible. I have run accessibility tests using WebAIM and IBM Equal Access Accessibility Checker and have removed all critical issues.