Logo Lanfrica

Raysika/HIV-insights-Kenya

Domaine:

healthcare

Type de record:

software
Créateur:
Ray
Hôte:
# 🧪 HIV Risk & Treatment Adherence Dashboard An interactive dashboard for visualizing HIV prevalence, incidence, deaths, and new infections across different regions and levels. Built with modern web technologies for clarity, accessibility, and ease of exploration. ## 🔍 Features - 📊 Interactive data filtering by region and level - 🌍 Map-based visualizations using Leaflet.js - 📈 Integrated charts via Recharts - 🗂️ Full dataset view with search, filter, and charts - ⚡ Fast dev experience with Vite + React + Tailwind CSS - 💅 Clean and modern UI using `shadcn/ui` --- ## 🚀 Getting Started ### Prerequisites - Node.js + npm (recommended via nvm) ### Installation ```bash # 1. Clone the repo git clone github.com # 2. Navigate into the project cd HIV-insights-Kenya # 3. Install dependencies npm install # 4. Start the local dev server npm run dev