Skip to content

conorgregson/nextjs-dashboard

Repository files navigation

Financial Dashboard Application

This is a Next.js project bootstrapped with create-next-app.

Developed as part of my Capstone Project for the MIT xPRO Professional Certificate in Coding: Full Stack Development with MERN, this Financial Dashboard Application showcases skills in Next.js, PostgreSQL, and Vercel — including dynamic data fetching, responsive design, and full-stack deployment.


Features

  • Dynamic Financial Dashboard – Displays real-time revenue, invoices, and customer insights using server-side data fetching.
  • PostgreSQL Integration – Connected to a live database with optimized queries for scalability and performance.
  • Modern UI with Tailwind CSS – Clean, responsive layout designed for clarity and accessibility.
  • Secure Data Handling – Utilizes environment variables and server-side logic to protect sensitive information.
  • Deployed on Vercel – Continuous deployment directly from GitHub for a seamless production workflow.

Tech Stack

Next.js React Tailwind CSS Node.js PostgreSQL Vercel


Project Overview

The Financial Dashboard Application allows users to visualize and interact with core business metrics, including revenue trends, invoices, and customer data.
It demonstrates how modern full-stack developers can leverage Next.js Server Components, database integration, and API routes to build performant, production-ready apps.


Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.


License

This project is open-source and available under the MIT License


Author

Conor Gregson • MIT xPRO Graduate – Professional Certificate in Coding: Full Stack Development with MERN

LinkedInGitHub