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.
-
/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.