Sammeeey / nextjs-dashboard

from nextjs docs tutorial

Home Page:https://nextjs-dashboard-seven-zeta-40.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

from nextjs docs tutorial

https://nextjs-dashboard-seven-zeta-40.vercel.app


Languages

Language:TypeScript 83.8%Language:JavaScript 15.7%Language:CSS 0.5%