This is a React Native mobile application built using Expo CLI for the NIC Child Marriage Alert System. It supports real-time alerts, auto team formation, case tracking, and more for vulnerable districts. The app is being actively developed.
- Folder structure created with modular design
- Navigation configured using
react-navigation - Basic pages created:
- Home
- Dashboard
- Active Cases
- Core components developed:
- Header
- Footer
- DashboardBox
- CaseCard
- Preview available via Expo Go
- Metro bundler integrated
Planned features:
- Real-time alert system
- Case detail expansion with reports
- Team formation system
- Admin/User login and role-based views
npm install -g expo-cliNode.js (v18+ recommended)
VS Code (or any preferred editor)
Expo Go app on your Android/iOS device (for preview)
git clone https://github.com/vibek01/NICChildMarriageApp.git
cd NICChildMarriageApp
npm installexpo start
This will start the Metro bundler
Open Expo Go on your mobile
Scan the QR code shown in terminal or browser to preview the app live⚙️ Tech Stack React Native (via Expo)
Metro Bundler
Expo Go for live testing
VS Code for development