A project demonstrating data fetching using Next.js and Tailwind CSS.
Learn MoreData is fetched on the client side using `useEffect` and APIs.
Data is fetched on the server side for improved performance.
A clean and responsive design using Tailwind CSS.
This assignment demonstrates both client-side and server-side data fetching using **Next.js** and a clean UI built with **Tailwind CSS**. Data is fetched from public APIs to display grid of cards.