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.
- 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.
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.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen 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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.
This project is open-source and available under the MIT License
Conor Gregson • MIT xPRO Graduate – Professional Certificate in Coding: Full Stack Development with MERN