Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 925 Bytes

File metadata and controls

29 lines (21 loc) · 925 Bytes

Neighborhood Emergency Preparedness Hub

CMPE354 Group 6 repository.

Project Overview

Domain: Disaster preparedness, community resilience

Description: Helps individuals prepare for emergencies and connects neighbors for mutual aid; works offline during actual disasters.

Technical Challenges:

  • Offline-first architecture with service workers
  • Data synchronization conflicts
  • Progressive web app optimization
  • Battery-efficient design
  • Intermittent connectivity handling

Bridging Effect: Connects those with resources/skills (medical training, generators) to those in need during emergencies; builds neighborhood resilience networks.

Project Structure

.
├── frontend/   # Web app
├── mobile/     # Mobile app
├── backend/    # API and server logic
├── docs/       # Reports, notes, and documentation
└── .github/    # Issue templates and workflows