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.
This project is part of my learning journey to master Next.js, starting with the official tutorials.
- Clone the repository:
- Install dependencies:
pnpm i - Start the development server:
pnpm dev - Navigate to http://localhost:3000