A Digital Public Good healthcare platform for Sierra Leone providing clinic discovery, health education, emergency alerts, and healthcare support services.
# Salone-Health-Connect
**Salone Health Connect**
A professional Digital Public Good (DPG) healthcare platform for Sierra Leone, improving access to healthcare information, clinics, health education, emergency alerts, and community health resources.
**Project Overview**
Salone Health Connect is a comprehensive healthcare platform designed to serve the citizens of Sierra Leone by providing:
- Access to healthcare facility information
- Health education resources
- Emergency alerts and notifications
- Community health support
- Digital healthcare services
**SDG Alignment**
- **SDG 3**: Good Health and Well-being
- **SDG 9**: Industry, Innovation and Infrastructure
- **SDG 10**: Reduced Inequalities
**Project Structure**
```
HealthConnect/
├── css/
│ └── styles.css # Main stylesheet with modern design system
├── js/
│ └── main.js # JavaScript with authentication and utilities
├── images/ # Placeholder for healthcare images
├── index.html # Home page
├── signup.html # User registration
├── login.html # User login
├── dashboard.html # User dashboard
├── clinics.html # Clinics directory
├── clinic-details.html # Individual clinic information
├── education.html # Health education center
├── article-details.html # Health article details
├── alerts.html # Emergency alerts
├── contact.html # Contact support
├── about.html # About page
├── testimonials.html # User testimonials
├── faq.html # Frequently asked questions
└── README.md # Project documentation
```
**Features**
**Authentication System**
- **Sign Up**: Full registration with validation
- **Login**: Email/password authentication with "Remember Me" option
- **Guest Access**: Browse platform without registration
- **Logout**: Secure session termination
- **Local Storage**: User data stored locally for privacy
**Pages & Function …