/nextjs-dashboard

from nextjs docs tutorial

Primary LanguageTypeScript

models

  • user

    • id
    • name
    • email
    • password
  • invoices

    • id
    • customerid
    • amount
    • status
    • date
  • customers

    • id
    • name
    • email
    • image_url
  • revenue

    • id
    • month
    • revenue

todo

questions

  • (how does importing and working with fonts in nextjs work? (can I import any font?))

next up









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.