Health Plus is a modern healthcare web application where users can explore services, book appointments with doctors, and get reliable healthcare information.
Check out the live site here: Health Plus Live
- Responsive hero section with call-to-action.
- Services overview with easy navigation.
- Doctor profiles and patient reviews.
- Book appointments easily with a dedicated form page.
- Newsletter subscription for health updates.
- Legal documents section with terms and privacy policy.
- Fully deployed with Vercel for a live demo.
- Frontend: React, CSS
- Routing: React Router DOM
- Hosting: Vercel
- Version Control: Git & GitHub
my-health-plus/
│── public/ # Static assets (favicon, images, etc.)
│── src/ # Main source code
│ ├── assets/ # Custom images, icons
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application pages (Home, Services, Doctors, etc.)
│ ├── App.js # Root component with routes
│ ├── index.js # React entry point
│ └── styles/ # CSS files
│── package.json # Project metadata & dependencies
│── README.md # Project documentation
Follow these steps to run the project locally:
git clone https://github.com/Brindhajay/Health-Plus.git
cd my-health-plus
npm install
npm start
This project is deployed on Vercel. Every time changes are pushed to the main branch, Vercel automatically redeploys the site.
- Add authentication (login/signup).
- Enable real-time appointment booking.
- Integrate a backend for storing user data.
- Implement payment gateway for consultations.
- Add multi-language support.
This project is licensed under the MIT License.
Brindha Ajay