ClimateTrack is a cross-platform mobile application designed to help users stay safe and informed during natural disasters. It provides real-time alerts, community reports, safety guidelines, and an interactive map. The app is built using React Native (Expo) for the frontend and Spring Boot for the backend, with MongoDB as the database and deployed on AWS EC2.
- ✅ Real-Time Disaster Alerts
- 🗺️ Interactive Disaster Map
- 📢 Community Report & Chat Page
- 📸 Report Submission with Image Upload
- 📍 Location-Based Tracking
- 📰 Disaster News Feed
- 🛟 Safety Guidelines
Layer | Technology |
---|---|
Frontend | React Native (Expo) |
Backend | Spring Boot |
Database | MongoDB Atlas |
Hosting | AWS EC2 (Ubuntu) |
File Uploads | AWS S3 (Planned) |
/ClimateTrack │ ├── frontend/ # React Native app (Expo) │ └── ... │ ├── backend/ # Spring Boot backend │ └── ... │ └── README.md # Project introduction and setup