Skip to content

buhowski/next-js-showcase

Repository files navigation

Next.js Showcase

Live Demo: https://next-js-data-showcase.vercel.app

Prerequisites

  • Node.js = 20

Quick Start

# Install dependencies
npm i

# Development (localhost:3000)
npm run dev

Structure

├── app/                    # Next.js pages
│   ├── page.tsx            # Main HomePage displaying the list of posts + Modal Post Details
├── package.json            # Project dependencies and scripts
├── ...

About

Next.js, NextUI, Data Fetching (Client-Side)

Resources

Stars

Watchers

Forks

Contributors