Health Hub is an intuitive and informative healthcare web application built to promote healthy living and provide users with tools and resources to monitor and improve their well-being. Designed with a clean interface and easy navigation, Health Hub is your one-stop solution for reliable health tips, basic calculators, and lifestyle suggestions.
👉 View Project Online: https://t-syam-kumar.github.io/Health_Hub/
⚠ Note: If the site does not load instantly, give GitHub Pages a few minutes to build and publish your content.
| Tech | Description |
|---|---|
| HTML5 | Structure of the web pages |
| CSS3 | Styling and responsive layout |
| JavaScript | Interactivity (for calculators etc.) |
| GitHub Pages | Hosting the live website |
- 📋 Health Tips — Curated tips to lead a healthy life
- ⚖ BMI Calculator — Helps users calculate their Body Mass Index
- ⏱ Responsive Design — Optimized for mobile, tablet, and desktop
- 🌐 Deployed on GitHub Pages — Easily accessible from anywhere
- ⚡ Fast Load Times — Lightweight and optimized static pages
Health_Hub/ ├── docs/ │ ├── index.html │ ├── style.css │ ├── script.js │ ├── assets/ │ └── screenshots/ ├── .gitignore └── README.md
`
📌 All website files are located inside the
docs/folder to support GitHub Pages deployment.
To run this project locally on your machine:
-
Clone the repository: bash git clone https://github.com/T-Syam-Kumar/Health_Hub.git `
-
Navigate into the project directory:
bash cd Health_Hub/docs
-
Open
index.htmlin your browser.
Contributions are welcome! If you'd like to suggest improvements or new features:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -m "Added Your Feature") - Push to the branch (
git push origin feature/YourFeature) - Open a Pull Request
Yes! Health Hub is fully responsive and works across devices.
Absolutely! This project is open-source under the MIT License.
Please open an issue in the GitHub Issues section.
- Name: T Syam Kumar
- GitHub: @T-Syam-Kumar
- 💌 Feel free to connect and contribute!
This project is licensed under the MIT License. Feel free to fork, clone, and modify it as per your needs.
`