Learning Material UI 5 in a weekend

Free's Flickr Feed.

It's been a while since I've done anything with Material UI. I thought I'd spend a few hours reskinning my Flickr feed with Material UI 5. It was already using Next.js, TypeScript and Tailwind, so it was a good opportunity to see how easy it is to integrate Material UI 5.

Technologies used:

Material UI

Leveraged the latest Material UI version for the project's core UI components.

Next.js

Utilized for server-side prefetching, data aggregation, and API data caching through its app router.

Flickr API

Integrated with 7 REST endpoints due to the absence of GraphQL support to structure and fetch required data.

CI/CD

Vercel automated deployments with GitHub integration, following a mainline branching strategy

The code is available on Github if you'd like to check it out
(yep, that was a git pun)