Logo Lanfrica

akilicomplex-cmyk/kenya-dashboard

Domaine:

socioeconomic

Type de record:

software
Créateur:
aki
Hôte:
# Kenya Counties Dashboard A static, single-file dashboard showing Kenya's population by county, built from the 2019 KNBS Population & Housing Census with 2023 projected figures for comparison. No build step, no server, no dependencies to install — it's one HTML file that pulls Chart.js and fonts from public CDNs at load time. ## View it locally Just open `index.html` in any browser. ## Publish it on GitHub Pages (free, gets you a shareable link) 1. Create a new GitHub repository (e.g. `kenya-dashboard`). 2. Upload `index.html` (and this `README.md`) to the repo — via the GitHub web uploader, or `git push` from the command line. 3. In the repo, go to **Settings → Pages**. 4. Under **Build and deployment → Source**, choose **Deploy from a branch**. 5. Pick the `main` branch and `/ (root)` folder, then **Save**. 6. GitHub will publish the site at: `https:// .github.io` (it can take a minute or two to go live the first time). 7. Share that link with anyone — it updates automatically whenever you push changes to `index.html`. ## Updating the data All the figures live in a plain JavaScript array near the top of the ` ` block in `index.html` (`const counties = [...]`). Edit the numbers there, commit, and push — the live page picks up the change on next load. ## Data source Kenya National Bureau of Statistics (KNBS), 2019 Kenya Population and Housing Census, Volume I (population by county and sub-county), with commonly reported 2023 projected estimates.