Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrahamgalue/next14-learning-course
Course to learn Next.js.
https://github.com/abrahamgalue/next14-learning-course
nextjs nextjs14 postgresql vercel
Last synced: 3 days ago
JSON representation
Course to learn Next.js.
- Host: GitHub
- URL: https://github.com/abrahamgalue/next14-learning-course
- Owner: abrahamgalue
- Created: 2023-11-22T14:22:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T14:54:30.000Z (4 months ago)
- Last Synced: 2024-07-24T17:41:31.695Z (4 months ago)
- Topics: nextjs, nextjs14, postgresql, vercel
- Language: TypeScript
- Homepage: https://next14-dashboard-abraham.vercel.app
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔺 Next.js App Router Course - Starter
### Dashboard del curso de Next.js 14
> 🧩 Aquí puedes ver su [**Live Demo.**](https://next14-dashboard-abraham.vercel.app/)
> [!NOTE]
> Para iniciar sesión utiliza estas credenciales
> Email: **[email protected]**
> Password: **123456**![vista-previa](./public/preview/01-page-preview.jpg)
![vista-previa](./public/preview/02-page-preview.jpg)
![vista-previa](./public/preview/03-page-preview.jpg)
![vista-previa](./public/preview/04-page-preview.jpg)
![vista-previa](./public/preview/05-page-preview.jpg)
![vista-previa](./public/preview/06-page-preview.jpg)
## 🚀 Descripción
Esta es la aplicación creada al completar el curso oficial de [**Next.js.**](https://nextjs.org/learn)
Este proyecto contiene las últimas funcionalidades de Next.js 14 [**liberadas el 26 de Octubre de 2023.**](https://nextjs.org/blog/next-14)
## 🎭 Tecnologías
El proyecto utiliza las siguientes tecnologías:
- [**Tailwind CSS**](https://tailwindcss.com/) para aplicar los estilos.
- Optimización de [**fuentes**](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) e [**imágenes.**](https://nextjs.org/docs/app/building-your-application/optimizing/images)
- Base de datos con [**postgres.**](https://vercel.com/docs/storage/vercel-postgres/sdk)
- [**Streaming**](https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming) de la UI de usuario.
- [**Server Actions**](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations) para la manipulación de los datos.
- Manejo de [**errores.**](https://nextjs.org/docs/app/building-your-application/routing/error-handling)
- Autenticación de usuario con [**NextAuth.js**](https://authjs.dev/reference/nextjs) para acceder a las rutas.
- Protección de las rutas usando [**Next Middleware.**](https://nextjs.org/docs/app/building-your-application/routing/middleware)