Migraine Meter is a migraine tracking application developed using Flutter. It allows users to record migraine data including date, severity of symptoms, and location of pain. The app features a user-friendly interface for easy navigation and data input.
- Track migraine episodes
- Record date and time of migraine occurrence
- Monitor severity of symptoms
- Log the location of pain
- User-friendly interface design
- Clone the repository:
git clone https://github.com/your_username/migraine-meter.git
- Navigate to the project directory:
cd migraine-meter
- Install dependencies:
flutter pub get
- Run the app:
flutter run