# For development server
npm run dev
# For Production server
npm run build
npm run startOpen http://localhost:3000 with your browser to see the result.
Life Link e-Ambulance is a web application designed to streamline emergency medical services. It allows users to quickly request and book ambulances based on their location and specific needs.
- User-friendly interface for booking ambulances
- Real-time location tracking
- Various ambulance types (AC, Non-AC, ICU, ICCU)
- Detailed ambulance information and pricing
- Contact form for inquiries and support
- Next.js 14 (React framework)
- TypeScript
- Tailwind CSS for styling
- Shadcn UI components
src/app: Contains the main application pages and componentssrc/components: Reusable UI componentssrc/types: TypeScript type definitionssrc/hooks: Custom React hooks
SearchPage: Allows users to search and filter available ambulancesContactPage: Provides contact information and a form for user inquiriesLocationSelect: Component for selecting user location
After starting the development server, you can:
- View the main page at http://localhost:3000
- Access the search page at http://localhost:3000/search
- Visit the contact page at http://localhost:3000/contact