Skip to content

bimj0rk/Health300

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health300

Health300 is a health management web application that stores information about a user's heart condition and analyses the inputed information for any irregularities, while also warning the user about it.

This application is suited for those who suffered, are currently suffering or are suspected of having heart problems, and should be used along side doctor intervention and should not be solely used as a medical device.

In addition, the app also has two more features:

  • two calculators: one for BMI and the other for caloric consumption;
  • a health quiz that can be taken by more than one person and also has a leaderboard;

The application uses the Bootstrap framework.

main

Dashboard

The dashboard is the central part of the application, allowing the user to add new values, search a certain date for values, see the big dashboard and add another user

dashboard_menu

Adding values and users are done using the GET and POST method.

In the main dashboard, for the selected user, there is shown:

  • BMI of the user;
  • Systolic and diastolic measured pressures, along with the heart rate;
  • The amount of calories one should consume during the day;
  • Warning and recommendations based on the inserted data.

dashboard_main

Calculator

The app features two calculators:

  • BMI calculator: based on height and weight; calculator_bmi

  • Caloric calculator: based on weight, age, height and gender. calculator_kcal

Calculators, as for the dashboard values, use GET and POST methods.

Quiz

There is a small, fun quiz with general questions about the human body and health education in general, made using JavaScript.

quiz_question

quiz_leaderboard

Demmo

demo.mp4

About

Health monitoring web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors