CAREFAST is a mobile-first preventive risk monitoring and rapid emergency response app, built for the Healthack hackathon under the Emergency Care Systems theme.
This repository is for internal team use only and follows strict role-based ownership.
- Tanishk β Emergency Mode (core emergency screen)
- Aditya β App setup, navigation, global state
- Ayushi β Patient home & daily check-in screens
- Mahi β Risk engine & risk result screen
- Vanshika β Doctor dashboard (role-based)
- Ayush β Emergency timeline feature
Each member must work only on their assigned responsibility.
- React Native (Expo)
- TypeScript
- Mock data only
- Rule-based logic (no AI diagnosis)
app/ βββ App.tsx βββ navigation/ βββ screens/ βββ components/ βββ context/ βββ utils/
- Clone the repository
git clone <repo-url>
cd carefast-healthackCreate your own branch
git checkout -b role-yourname-feature
Example:
role-mahi-risk-engine
Work only on your assigned files
Push your code:
git add .
git commit -m "Completed <feature name>"
git push origin role-yourname-feature
π¨ UI & COLOR RULES
White background everywhere Green β vitals / safe Light blue β logs & major sections Red + white β emergency only
πΈ Screenshots
Take screenshots of your work regularly. Screenshots will be used for demo backup and PPT.
β° Deadline
Final internal deadline: 8th evening (Sunday)
After this, only bug fixes are allowed.
π Important Notes
No direct push to main No backend APIs No AI diagnosis or medical claims Demo stability is highest priority