Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudhilraj/next14-dashboard
https://github.com/sudhilraj/next14-dashboard
next-auth nextjs ssr vercel vercel-postgres
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudhilraj/next14-dashboard
- Owner: SudhilRaj
- License: mit
- Created: 2023-12-08T12:59:17.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T11:26:04.000Z (8 months ago)
- Last Synced: 2024-03-13T12:27:21.738Z (8 months ago)
- Topics: next-auth, nextjs, ssr, vercel, vercel-postgres
- Language: TypeScript
- Homepage: https://srk-next14-dashboard.vercel.app/
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Next.js App Router Course
This is a dashboard application based on the modules from Next.js App Router Course.
The application was built on Next.js version 14, and covers some main topics and conventions such as:
- Styling in Next.js Applications
- Optimizing Fonts and Images
- Creating Layouts and Pages
- Navigating Between Pages
- Setting Up the Database
- Fetching Data
- Static and Dynamic Rendering
- Streaming
- Adding Search and Pagination
- Mutating Data
- Handling Errors
- Improving Accessibility
- Adding Authentication using NextAuth.js
- Adding Metadata:fire:Live Demo:fire:
For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.