trolleyman.org
Created a website to keep track of the projects I've been working on. This is a rewrite of the original website using React Router v7 (formerly Remix).
The website is hosted by Vercel at trolleyman-org-remix.vercel.app, with a custom domain at trolleyman.org.
This was a fun project to learn about React Router - I had some experience with Remix, but hadn't tried the update. It was also a good opportunity to learn about Tailwind CSS and Vite. Tried hosting on Netlify, but it was a bit of a pain to get working with React Router. It may have been because it was quite new.
Looked at a few different ways to build the new website. I wanted to have free hosting, so I ideally wanted to have SSR, so that GitHub Pages was a good option. I had some experience with Next.js, but I wanted to try Remix again, mainly due to this blog post by Ryan Florence.