Skip to content

A health tracker is an application used to record and manage healthy living statistics and measure progress, keep a track of your day to day medications and notify you at regular intervals.It also serves as a safe vault to keep your helath related documents in one place in an organized way.

License

Notifications You must be signed in to change notification settings

DSCKGEC/Health-Tracker-App

Repository files navigation

Health Tracker App

Contributors Forks Issues Pull Request

Health Tracker is your one stop solution to keep your heath related information in a secured way.

Author

Contents

  1. Description
  2. Project structure
  3. Project roadmap
  4. Getting started
  5. Live demo
  6. Built with
  7. Contributing
  8. Authors
  9. License
  10. Acknowledgments

Description

Tracking your daily Health Habits and essential Medicines as per the prescribed Schedule.

What's the problem?

Most people often forget to take their medicines at regular intervals or to keep track of their health parameters.It becomes really useful if an app takes care of all those things for us.It really keeps us up to date with the schedule and takes care of our health.

How can this project help?

Health tracker App will send notifications at regular intervals so that the user does not forget to take their prescribed medicines as per the schedule, also keep track of their essential information.

The idea

The idea is to integrate the Flutter App with SQLite Backend where we will store all the user's data in a secured and organized way.

Project structure

├── .github/            github related files like PR templates, contribution guidelines
├── android             flutter generated android specific code
├──ios                  flutter generated ios specific code (for future use)
├── lib                 contains all source codes and modules of projects
  ├──controllers        contains the backend code
  ├──pages              contains the app screens
├──test                 individual widgets can be tested here
├── .gitignore          stores files and directories to be ignored in commits
├── LICENSE             the open source license
├── pubspec.yaml        metadata of the project
├── pubspec.lock        stores version of every package used in the project
└── readme.md           details and instructions about the project go here

Project roadmap

The project currently does the following things.

  • Takes the medicine details (dosage,price,mfg company, critical or not), when to eat, etc.
  • Show the above data in the form of Cards in an Organized manner.

See below for our future steps.

  • Send notifications before a certain amount of time before the scheduled time of taking a medicine.
  • Store all Doctor prescriptions in the App in an organized way.
  • Track Walking time, Sleep time, Heart Beat, Blood Pressure,and other regular vitals.
  • Give important Health Tips at regular intervals.

Getting started

Prerequisites

  1. Basic Understanding of Programming Language (preferably, C++/Java)
  2. OOPS
  3. Understanding of the Flutter Framework by Google

Installing

Softwares needed

Knowledge needed

The best way to learn the following is to google each and everything!

  • Very basic understanding of Git and GitHub:

    • What are repositories (local - remote - upstream), issues, pull requests
    • How to clone a repository, how to fork a repository, how to set upstreams
    • Adding, committing, pulling, pushing changes to remote repositories
  • For Flutter SDK:

    • Getting Started with Flutter

    • Beginner to Intermediate knowledge of Flutter UI Design Patterns, Widgets, Routers, Navigation,etc.

    • Knowledge of integrating third party libaries and SQLite Backend (for solving backend issues).

  • For Android: (Good to have but not mandatory)

Instructions

A step-by-step series of instructions that tell you how to get the project running locally is given below. Google every issue you face following the below instructions or just ask us in our Discord channel.

  • Fork and Clone the Repository
  • Use Visual Studio Code/Android Studio
  • In the terminal type flutter pub get
  • Type flutter run in Terminal / Choose Run --> Run without Debugging and play it in any emulator of your choice(Special Note: Do not run it in WEB mode as Shared Preferences is there.)

Live demo

DemoVideo.mp4

                                   

Built with

Contributors

Contributing

Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

A health tracker is an application used to record and manage healthy living statistics and measure progress, keep a track of your day to day medications and notify you at regular intervals.It also serves as a safe vault to keep your helath related documents in one place in an organized way.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published