nextjs/dashboard-app-course
2025-04-21 17:33:59 +02:00
..
app add form validation 2025-04-21 17:30:19 +02:00
public create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
.gitignore create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
next.config.ts create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
package-lock.json setup db connection + implement data fetching on dashboard + add skeleton + docs 2025-04-19 17:56:12 +02:00
package.json add form validation 2025-04-21 17:30:19 +02:00
pnpm-lock.yaml fix pnpm error in vercel 2025-04-21 17:33:59 +02:00
postcss.config.js create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
README.md create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
tailwind.config.ts create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00
tsconfig.json create/import dashboard app project from course template 2025-04-18 22:33:24 +02:00

Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.