AI-powered app for runners with asthma to track safe running days based on pollen and air quality data.
This app helps runners with asthma and allergies make informed decisions about when and where to run by providing real-time pollen counts, air quality data, and personalized recommendations.
- Real-time pollen and air quality monitoring
- Personalized running recommendations
- Run tracking with health impact correlation
- Symptom logging and pattern analysis
- Location-based alerts and forecasts
- Frontend: React Native / Flutter (cross-platform)
- Backend: Node.js with Express
- Database: PostgreSQL / MongoDB
- APIs: Weather, Pollen, Air Quality services
- AI/ML: TensorFlow Lite for mobile predictions
├── README.md
├── product-requirement-document.md
├── docs/
│ ├── architecture.md
│ ├── api-design.md
│ └── wireframes/
├── src/
│ ├── mobile/ # Mobile app code
│ ├── backend/ # API server
│ └── shared/ # Shared utilities
├── api/
│ └── integrations/ # External API wrappers
└── tests/
├── unit/
└── integration/
- Clone the repository
- Install dependencies
- Set up environment variables
- Run development servers
Detailed project requirements and specifications can be found in:
Please read the PRD and architecture docs before contributing.
MIT License