The Maternal Health Mobile App is a mobile application designed to provide pregnant women and new mothers with tools and resources to manage their maternal health. The app includes features such as tracking tools, educational resources, an appointment scheduler, and community support.
- The app allows users to track their health and wellness during pregnancy and postpartum.
- Users can track their weight, blood pressure, and other vital signs.
- The app provides recommendations and alerts based on the user's data to help them maintain a healthy pregnancy.
- The app offers educational resources on various topics related to maternal health, including nutrition, exercise, and breastfeeding.
- Users can access articles, videos, and other resources to help them stay informed about their health and wellness.
- The app allows users to schedule appointments with their healthcare provider.
- Users can receive reminders and notifications about upcoming appointments to ensure they do not miss them.
- The app provides a community forum where users can connect with other pregnant women and new mothers.
- Users can share their experiences, ask for advice, and provide support to others going through similar experiences.
- Flutter for mobile app development
- Firebase for backend services such as user authentication and cloud storage
- TensorFlow for implementing machine learning functionality
The Maternal Health Mobile App follows a Clean Architecture pattern. This architecture separates the concerns of an application into distinct layers, each with a specific responsibility. The pattern includes the following four layers:
- Presentation Layer: Responsible for handling user interactions and displaying data to the user.
- Domain Layer: Defines the business logic and rules of the application.
- Data Layer: Handles data persistence and retrieval.
- Infrastructure Layer: Contains external interfaces such as APIs, databases, and third-party libraries.
- Flutter SDK: https://flutter.dev/docs/get-started/install
- Android Studio / VS Code: https://flutter.dev/docs/get-started/editor
To run the project:
- Clone the repository.
- Open it in Android Studio / VS Code.
- Run the command
flutter pub get
in the terminal. - Run the app on an emulator or device.
- Flutter SDK
- Google Maps API
To install the dependencies, run the following command:
flutter pub get
Contributions are welcome! If you find any bugs or have ideas for additional features, please submit an issue or pull request.
Team:
- Aditya Chaudhary
- Chandra Mauli Sharma
- Prashant Kumar Singh
https://drive.google.com/file/d/1edclNsnA6qsxygqAXWWixhhikKHI-mY2/view?usp=sharing
This project is licensed under the MIT License - see the LICENSE file for details.