Live Demo: https://next-js-data-showcase.vercel.app
- Node.js = 20
# Install dependencies
npm i
# Development (localhost:3000)
npm run dev
├── app/ # Next.js pages
│ ├── page.tsx # Main HomePage displaying the list of posts + Modal Post Details
├── package.json # Project dependencies and scripts
├── ...