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.
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
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.
The app features two calculators:
Calculators, as for the dashboard values, use GET and POST methods.
There is a small, fun quiz with general questions about the human body and health education in general, made using JavaScript.






