Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.12 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.12 KB

MedicineTime 💊⏰

MedicineTime is a Flutter application designed to help patients manage and organize their medications effectively. Users can add, delete, and update medications, as well as set customized alerts for medication reminders.

Changes Made ✨

  • Clarified the purpose of the application as a medication management tool.
  • Improved the overall structure and readability of the README.
  • Ensured correct grammar and punctuation throughout.

Features 🌟

  • Medication Management: Easily add, edit, and delete medications.
  • Customizable Alerts: Set reminders for medication intake with flexible scheduling options.
  • Intuitive Interface: User-friendly design to navigate through medication lists and alerts seamlessly.

Technologies Used 🛠️

  • Flutter: Front-end framework for building native applications.
  • PHP: Backend scripting language for server-side logic.
  • MySQL: Database management system for storing medication and user data.

Getting Started 🚀

To get a local copy of this project up and running, follow these steps:

  1. Clone the repository: bash git clone https://github.com/tawafmesar/medicineTime.git

  2. Set up the backend:

    • Navigate to the backend scripts provided in the php.zip file.
    • Configure your PHP environment to host the backend scripts.
    • Import the MySQL database schema provided in the php/medicinetime.sql .
  3. Run the Flutter application:

    • Open the project in your preferred Flutter IDE.
    • Connect the Flutter app to your configured backend endpoints.

Screenshots 📸

Here are some screenshots of the MedicineTime application:

  1. Screenshot 1
  2. Screenshot 2
  3. Screenshot 3
  4. Screenshot 4