hugocruzlfc / forms-management-with-nextjs

In this Forms Management in Next.js tutorial, you'll learn everything you need to confidently implement forms in your Next.js App Router application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Initializing shadcn

npx shadcn-ui@latest init
npx shadcn-ui@latest add form
npx shadcn-ui@latest add input

Run the project:

pnpm install
pnpm run dev

About

In this Forms Management in Next.js tutorial, you'll learn everything you need to confidently implement forms in your Next.js App Router application.


Languages

Language:TypeScript 90.6%Language:CSS 8.2%Language:JavaScript 1.2%