Skip to content

Learning Next.js by following the official dashboard tutorial from nextjs.org. A beginner-friendly project to learn the needed skills to start building full-stack Next.js applications.

Notifications You must be signed in to change notification settings

jaosherlyr/nextjs-dashboard-tutorial

Repository files navigation

Next.js Dashboard Tutorial

This repository contains the code and notes from following Next.js: tutorial. The project is a free interactive course to build a simplified version of the financial dashboard that has the following features:

  • A public home page.
  • A login page.
  • Dashboard pages that are protected by authentication.
  • The ability for users to add, edit, and delete invoices.

Purpose

This project is part of my learning journey to master Next.js, starting with the official tutorials.

How to Run

  1. Clone the repository:
  2. Install dependencies: pnpm i
  3. Start the development server: pnpm dev
  4. Navigate to http://localhost:3000

About

Learning Next.js by following the official dashboard tutorial from nextjs.org. A beginner-friendly project to learn the needed skills to start building full-stack Next.js applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages