https://github.com/theusmanyousaf/nextjs-dashboard-app
A Full-Stack Nextjs14 application from Nextjs Documentation.
https://github.com/theusmanyousaf/nextjs-dashboard-app
authentication nextjs postgresql react tailwindcss typescript
Last synced: 3 months ago
JSON representation
A Full-Stack Nextjs14 application from Nextjs Documentation.
- Host: GitHub
- URL: https://github.com/theusmanyousaf/nextjs-dashboard-app
- Owner: theusmanyousaf
- Created: 2023-11-29T06:23:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T08:01:38.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:35:30.344Z (7 months ago)
- Topics: authentication, nextjs, postgresql, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dashboard-app-uy.vercel.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js Dashboard Application
This is a nextjs full stack dashboard application.
TechStack is Nextjs with Typescript and Tailwind for front-end. Nextjs for back-end PostgreSQL for database.
In this app I learned and used Nextjs14 concepts which include:
1. CSS Styling
2. Optimizing Fonts and Images
3. Layouts and Pages
4. Seamless Navigation between pages with Nextjs "" tag
5. Setting up Database
6. Data fetching form the Database
7. Streaming {that breaks down data into smaller chunks and loads}
8. Search and Pagination
9. Mutating Data {with React server actions}
10. Handling Errors
11. Improving Accessibility
12. Authentication