Logo Lanfrica

Melki123shi/ethiopia-economic-indicator

Domain:

socioeconomic

Record type:

software
Creator:
Mel
Host:
# πŸ“Š 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?

Languages