Medify is a healthcare consultation web application that allows users to search for hospitals in their selected location and book visits. The application is built with React, HTML, CSS, JavaScript, SwiperJS, and MUI.
Medify provides an easy way for users to find hospitals in their area and book consultations. Users can select their state and city, view available hospitals, and book appointments directly from the app. All bookings are saved to local storage, and users can view their bookings on a dedicated bookings page.
- Clone the repository: git clone https://github.com/rokaderutik/medify.git
- Navigate to the project directory: cd medify
- Install dependencies: npm install
- Start the application: npm start
- Open your browser and navigate to http://localhost:3000.
- Use the landing page to select your state and city, and search for hospitals.
- View results and book appointments as needed.
-
Landing/Home Page: Users can select a state and city from dropdowns populated by an API. Clicking the search button navigates to the results page with a list of hospitals.
-
Results Page: Displays a list of hospitals in the selected location. Users can change the state and city to get new results. Each hospital card has with a button to book a visit. The booking form allows users to choose a date and time (up to one week from today) to make booking.
-
Bookings Page: Displays all bookings made by the user. Bookings are saved to local storage.
React HTML CSS JavaScript SwiperJS MUI
Search for hospitals by state and city. View hospitals in a selected location. Book appointments with hospitals. Save bookings to local storage. View all bookings on a dedicated bookings page.
Rutik Rokade - rutikrokade5084@gmail.com