A comprehensive healthcare management system built for nursing facilities, featuring an AI assistant, staff management, inventory tracking, and patient care coordination.
- 🏥 Dashboard with real-time analytics
- 👥 Staff management and scheduling
- 🤖 AI-powered assistant for quick help
- 📊 Inventory tracking system
- 👨⚕️ Patient management
- 📋 Task management and tracking
- 💊 Medication administration tracking
- 📱 Responsive design for all devices
- HTML5/CSS3/JavaScript
- Chart.js for analytics
- FontAwesome icons
- Vercel for deployment
- Google Fonts
nursecare-final/
├── public/
│ ├── index.html
│ ├── login.html
│ ├── dashboard.html
│ ├── inventory.html
│ ├── patients.html
│ ├── staff.html
│ ├── scripts/
│ └── styles/
├── assets/
│ ├── icons/
│ └── images/
├── scripts/
├── styles/
└── vercel.json
- Clone the repository:
git clone https://github.com/Skulitorr/hjukrun.git
-
Open the project in VS Code
-
Initialize git (if not already initialized):
git init
git remote add origin https://github.com/Skulitorr/hjukrun.git
git branch -M main
- Deploy to Vercel:
- Connect your GitHub repository to Vercel
- Follow the deployment steps in the Vercel dashboard
To run the project locally:
- Install a local server (e.g., Live Server VS Code extension)
- Open the project in VS Code
- Right-click on index.html and select "Open with Live Server"
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details