Logo Lanfrica

Phillip-design-star/Blossom-Her

Domaine:

healthcare

Type de record:

software
Créateur:
Phi
Hôte:
"Youth Sexual & Reproductive Health Information Platform for Zambia" # Blossom Her 🌸 **Youth Sexual & Reproductive Health Information Platform for Zambia** ## Overview Blossom Her is a comprehensive, youth-friendly web application providing trusted sexual and reproductive health (SRH) information for Zambian adolescents. The platform is built with accessibility, privacy, and ease-of-use as core principles. ## Features ### 📚 **Learn Section** - Comprehensive information on puberty and body changes (for girls and boys) - HIV prevention using the ABCD method - When to seek professional health advice ### 🧮 **HIV Risk Calculator** - Personalized risk assessment based on lifestyle factors - Privacy-first design (data stays on device) - Tailored recommendations for each risk level ### 🏥 **Clinic Finder** - Locate youth-friendly clinics across all 8 Zambian provinces - Filter by location - View services and operating status - Free, confidential services for young people ### 🎯 **Myth Buster Game** - Interactive quiz on HIV, contraception, and sexual health - Score tracking (on device only) - Evidence-based answers ### 💬 **Anonymous Questions** - Submit health questions confidentially - Browse frequently asked questions - Get answers from health experts ### 👥 **Peer Educator Connection** - Chat with trained peer educators via WhatsApp - Confidential and non-judgmental support - Available during business hours ## Technical Stack - **Frontend**: HTML5, CSS3, Vanilla JavaScript - **Storage**: LocalStorage (for anonymous questions, scores) - **Responsive Design**: Mobile-first approach - **Accessibility**: WCAG AA compliant, ARIA labels, semantic HTML ## File Structure ``` blossom-her/ ├── index.html # Main HTML file with all sections ├── styles.css # Complete styling (mobile-first) ├── app.js # All JavaScript functionality ├── data.js # Clinic data, myths, FAQs ├── .gitignore # Git configuration └── README.md # This file ``` ## Key Fixes & Improvements ### 🐛 **Bug Fixes …