This is The Citadel - a project created with Next JS and GraphQL to access the Rick and Morty API and display it as a grid of cards. There are 3 variations of data fetching used: Static Site Generator (SSG), Server-side Rendering (SSR), and Client-side Rendering (CSR).
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.