POC: Create a /blog page that shows a grid with posts in a simple, responsive grid using MUI. - [ ] Create a new page/route: /blog - [ ] MUI Grid + MUI Cards to display each post - [ ] Layout Grid breakpoints: 3 columns at xs / md - [ ] MUI Pagination component - [ ] API Config with .env.local - [ ] Tests pass for loading, rendering, pagination, etc
POC: Create a /blog page that shows a grid with posts in a simple, responsive grid using MUI.
Create a new page/route: /blog
MUI Grid + MUI Cards to display each post
Layout Grid breakpoints: 3 columns at xs / md
MUI Pagination component
API Config with .env.local
Tests pass for loading, rendering, pagination, etc