This web page, developed by Ashikur Rahman Provat, serves as a Blood Pressure History Tracker. Users can record and view their blood pressure readings over time. The interface includes a table displaying detailed information such as date, time, systolic, and diastolic values. Additionally, a dynamic chart is generated using Chart.js, presenting trends and variations in blood pressure levels throughout the recorded period. The user-friendly design allows for efficient monitoring of morning and afternoon readings, along with average systolic and diastolic values. Developed with Bootstrap for responsive design, this tool provides a comprehensive overview of blood pressure data, aiding users in maintaining a healthy lifestyle.
For more details or to use the Blood Pressure History Tracker, visit arprovat.com.
Client: Ajax, HTML, CSS, Bootstrap
Server: PHP
Clone the project
git clone https://github.com/Provat-14/Blood_Pressure_Tracker.git
Go to the project directory
cd Blood_Pressure_Tracker
- you must be need php supported server .
- then clone project in root folder
blood_pressure.sql
file insert in database and collect database details.- then edit php files with your database details.
$servername = "localhost";
$username = "arprovat_Developer";
$password = "Your_Password";
$dbname = "Your_DataBase_Name";
If you encounter any issues or have suggestions for improvement, please open an issue
on GitHub.