A full-stack, API-driven economic dashboard for visualizing and analyzing macroeconomic indicators like GDP, Inflation, Unemployment, and Interest Rates across countries. Built with modern JavaScript frameworks and deployed on Vercel, this project integrates directly with leading macroeconomic data sources including:
Deployed at: https://macro-economic-dashboard.vercel.app/
This dashboard is designed to:
- Support research and financial analysis for MFE projects.
- Automate visualization of key economic indicators over time.
- Provide an accessible interface for comparing macro trends across regions.
/
├── frontend/ # React/Next.js dashboard interface
│ ├── pages/ # UI and API proxy endpoints
│ ├── components/ # Reusable UI components
│ └── public/ # Static assets
├── backend/ (optional) # Reserved for future Python services
├── scripts/ # Utility scripts for setup or preprocessing
└── README.md