Skip to content

rohitxess/nextjs-dashboard

Repository files navigation

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 on the Next.js Website.

Folder structure

  • /app: Contains all the routes, components, and logic for the application

  • /app/lib: Contains functions used in the application such as resuable utility function and data fetching functions.

  • /app/ui: Contains all the UI components for the application such as cards, tables and forms.

  • /public: Contains all the static assets for the application such as images.

Releases

No releases published

Packages

No packages published

Languages