Voice-First Medical Appointment Booking with Real-Time Hospital Verification
# Install dependencies (if any are added)
npm install
# Start development server
npm run dev
# Build for production
npm run buildSee PROJECT_STRUCTURE.md for detailed directory organization.
arogya-testing/
├── docs/ # Documentation
├── public/ # Web root (HTML, PWA files)
├── src/ # Source code
│ ├── assets/ # Images, icons
│ ├── css/ # Stylesheets
│ └── js/ # JavaScript modules
├── package.json # Project configuration
└── README.md # This file
- Voice-First Interface: AI-powered voice assistant for appointment booking
- Real-Time Verification: Hospital and appointment verification
- Progressive Web App: Works offline with service worker
- Responsive Design: Mobile-first, works on all devices
- Secure Authentication: User authentication and authorization
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Styling: Tailwind CSS
- PWA: Service Workers, Web App Manifest
- Voice: Web Speech API
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
See TEAM.md for team information.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created for a hackathon. See HACKATHON.md for more details.