https://github.com/davidgarciamunozz/nextjs-fullstack-dashboard
Next.js App Router course repo covers key features through a full-stack app: styling, optimization, file-based routing, Vercel DB setup, data fetching, search/pagination, data mutation, error handling, form validation, accessibility, authentication with NextAuth.js, and social metadata.
https://github.com/davidgarciamunozz/nextjs-fullstack-dashboard
nested-routes nextjs partial-prerendering server-side-rendering typescript
Last synced: 3 months ago
JSON representation
Next.js App Router course repo covers key features through a full-stack app: styling, optimization, file-based routing, Vercel DB setup, data fetching, search/pagination, data mutation, error handling, form validation, accessibility, authentication with NextAuth.js, and social metadata.
- Host: GitHub
- URL: https://github.com/davidgarciamunozz/nextjs-fullstack-dashboard
- Owner: davidgarciamunozz
- Created: 2024-11-11T19:35:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T07:23:27.000Z (6 months ago)
- Last Synced: 2025-01-10T23:42:30.291Z (4 months ago)
- Topics: nested-routes, nextjs, partial-prerendering, server-side-rendering, typescript
- Language: TypeScript
- Homepage: https://next-js-fullstack-dashboard-nu.vercel.app
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](https://nextjs.org/learn) on the Next.js Website.