# π Ethiopia Economic Dashboard
## π Overview
A responsive web application that displays key Ethiopian macroeconomic indicators from the **National Bank of Ethiopia (NBE) 2023/24 Annual Report**.
Users can select indicators to view **time-series charts** and detailed descriptions.
---
## β¨ Features
* π± **Indicator Selection** β Choose up to **7 indicators** (e.g., Real GDP Growth Rate, CPI Inflation) via interactive cards.
* π **Charts** β Time-series visualization using **line and bar charts** (Recharts) for trends from **2011β2016 EC** (2018/19β2023/24 fiscal years).
* π **Descriptions** β Collapsible cards with explanations and latest values for each indicator.
* π± **Responsive Design** β Optimized for desktop and tablet.
* β
**Data Accuracy** β Sourced directly from the NBE report, stored in **static JSON**.
---
## π Technologies
* β‘ **Framework**: Next.js
* π **State Management**: Zustand
* π **Charts**: Recharts
* π¨ **Styling**: Tailwind CSS
* πΌ **Icons**: Lucide React
---
## π Installation
```bash
# 1οΈβ£ Clone the repository
git clone
cd ethiopia-economic-dashboard
# 2οΈβ£ Install dependencies
npm install
# 3οΈβ£ Run the development server
npm run dev
```
Open **
http://localhost:3000** in your browser.
---
## πΌ Screenshots
### π Dashboard View
### π Indicator Chart Example
---
## π‘ Usage
* β
Select indicators from the grid to view charts.
* π Click **"View Description"** on cards for details.
* π Use **"Select All"** or **"Clear All"** for quick management.
---
## π Data Source
* All data extracted from **NBE's 2023/24 Annual Report**.
* Stored in a static JSON file: `ethiopia-economic-indicators.json`.
* Covers **7 indicators**:
1. π Real GDP Growth
2. π CPI Inflation
3. π΅ M2 Growth
4. π¦ Forex Reserves
5. π± USD/ETB Exchange Rate
6. π Domestic Credit Growth
7. π¦ Export Earnings
---
## π License
This project is licensed under the **MIT License**.
---
Do you want me to add that?