Dashboard Next

screenshot of Dashboard Next

Dashboard Next is a project learning how to make a dashboard with CRUD using Next.js

Overview:

This Next.js project is a boilerplate that has been initialized with create-next-app. It is a development server that can be accessed at http://localhost:3000. The main file to modify is app/page.tsx and any changes made will be automatically reflected on the page. This project also utilizes next/font to optimize and load the Inter font from Google Fonts.

Features:

  • Next.js project with create-next-app
  • Development server running on http://localhost:3000
  • Automatic page updates upon file modification
  • Utilizes next/font for optimized Inter font loading

Summary:

This Next.js project has been bootstrapped with create-next-app and provides a development server for easy testing and modification. It also includes the next/font package to optimize and load the custom Inter font from Google Fonts. By following the installation guide, users can quickly set up the project and start making changes.