Skip to content

z-evm/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Next.js Dashboard Project

This project is based on the official Next.js tutorial to help users learn and practice Next.js. The dashboard application demonstrates essential features of Next.js, including server-side rendering, API routes, and dynamic routing, in a real-world project.

Features 🖥️ Dynamic Dashboard Layouts: A modern and responsive design for managing and displaying data. ⚡ Next.js Features: Includes examples of: Static Site Generation (SSG) Server-Side Rendering (SSR) Dynamic Routing

API Routes 🔍 Optimized for SEO: Built-in optimizations provided by Next.js for faster and better search rankings. 🚀 Performance-Driven: Utilizes modern web performance features like pre-fetching and image optimization.

Getting Started Prerequisites Node.js (version 18 or above recommended) pnpm package manager installed globally

Installation Clone the repository:

git clone https://github.com/z-evm/dashboard.git cd dashboard

Install dependencies: pnpm install

Start the development server:

pnpm run dev Visit http://localhost:3000 to view the dashboard in your browser.

Build and run:

pnpm run build pnpm start

License This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published