No description
Find a file
2023-10-30 22:45:50 -07:00
app Fix signin form with action fix. 2023-10-30 22:45:50 -07:00
public Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
scripts Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.env.example Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.gitignore Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.nvmrc Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
auth.config.ts Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
auth.ts Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
middleware.ts Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
next.config.js Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
package-lock.json Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
package.json Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
pnpm-lock.yaml Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
postcss.config.js Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
README.md Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
tailwind.config.ts Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
tsconfig.json Adding additional changed files. 2023-10-29 22:07:19 -07:00

Next.js App Router Course - Final

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

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