A responsive administrative dashboard for HealthHub, a full-stack doctor appointment booking platform. The dashboard enables administrators to manage doctors, appointments, availability, and essential healthcare platform operations through a dedicated interface.
- Dedicated administrator login
- Doctor management and onboarding
- Appointment monitoring and management
- Doctor availability management
- Dashboard-based platform administration
- Integration with the HealthHub backend API
- Responsive interface for desktop and mobile screens
- Frontend: React.js
- Build Tool: Vite
- Styling: CSS
- API Communication: REST API
- Backend Integration: HealthHub Node.js and Express.js backend
The HealthHub Admin Dashboard is designed to simplify healthcare platform administration by providing authorized administrators with centralized tools for managing doctors and appointments efficiently.
git clone https://github.com/VishwasSK15/HealthHub-admin.git
cd HealthHub-adminnpm installCreate a .env file and add the required backend API URL according to your project configuration.
Example:
VITE_API_URL=your_backend_api_urlnpm run devDo not commit passwords, API keys, database credentials, or other sensitive environment variables to the repository.
Vishwas S K
GitHub: VishwasSK15