Logo Lanfrica

Manaf-Yakubu/Ghana-Statistical-Service

Domain:

socioeconomic

Record type:

software
Creator:
Man
Host:
A responsive web app for the Ghana Statistical Service that displays Upper West Region population data. It pulls data from a database, groups communities by district, offers fast search/filter tools, and allows one-click Excel/Word downloads with a clean, modern, animated UI. # Ghana Statistical Service - Upper West Regional Office A comprehensive web-based population data management system for the Ghana Statistical Service Upper West Regional Office. ## πŸš€ Features - **Population Data Visualization**: Interactive charts and tables displaying population statistics - **Data Filtering**: Advanced filtering by district, locality, and year (2000, 2010, 2021) - **Export Functionality**: Export data in CSV, Excel, and PDF formats - **Admin Panel**: Secure administrative interface for data management - **Responsive Design**: Mobile-friendly interface with modern UI/UX - **PostgreSQL Integration**: Robust database backend with optimized queries ## πŸ“Š Data Coverage - **Years**: 2000, 2010, 2021 census data - **Districts**: 11 districts in Upper West Region - **Localities**: 2,711 localities across all years - **Demographics**: Population by gender, households, and household heads ## πŸ›  Technology Stack - **Frontend**: HTML5, CSS3, JavaScript (ES6+), Bootstrap 5 - **Backend**: PHP 8.x with PDO - **Database**: PostgreSQL 17.6 - **Charts**: Chart.js - **Export**: jsPDF, SheetJS (XLSX) - **Server**: Apache (XAMPP) ## πŸ“ Project Structure ``` Ghana Statistical Service/ β”œβ”€β”€ assets/ β”‚ β”œβ”€β”€ css/ # Stylesheets β”‚ β”œβ”€β”€ js/ # JavaScript files β”‚ └── images/ # Images and logos β”œβ”€β”€ api/ # Backend API endpoints β”œβ”€β”€ Data/ # CSV data files β”œβ”€β”€ docs/ # Documentation β”œβ”€β”€ scripts/ # Database scripts β”œβ”€β”€ index.html # Homepage β”œβ”€β”€ population-data.html # Population data page β”œβ”€β”€ data-download.html # Filter data page └── admin-panel.html # Admin interface ``` ## πŸ”§ Installation ### Prerequisites - XAMPP (Apache + PHP 8.x) - PostgreSQL 17.6+ - Web browser (Chrome, Firefox, Safari, Edge) ### Setup Instructions 1. **Clone/Download the project** ```bash git clone github.com cd ghana-statistical-service ``` 2. **Database Setu …