Logo Lanfrica

James-Arogo/CyberMzazi

Domaine:

digital infrastructure

Type de record:

software
Créateur:
Jam
Hôte:
CyberMzazi – AI-powered child online protection for Kenya # CyberMzazi Web Prototype This is a web-based prototype of the CyberMzazi Android app UI. ## How to View ### Option 1: Simple HTTP Server (Python) ```bash cd /home/james-arogo/Desktop/cybermzazi/web-prototype python3 -m http.server 8000 ``` Then open: localhost ### Option 2: Simple HTTP Server (Node.js) ```bash cd /home/james-arogo/Desktop/cybermzazi/web-prototype npx http-server -p 8000 ``` Then open: localhost ### Option 3: Direct File Just double-click `index.html` to open in your browser. ## Features - ✅ Home screen with threat detection status - ✅ Recent threats list with color-coded severity - ✅ Education modules grid - ✅ Settings screen - ✅ Bottom navigation - ✅ Responsive design (mobile-first) ## Files - `index.html` - Main HTML structure - `styles.css` - All styling - `script.js` - Interactive functionality - `README.md` - This file