Welcome to the Doctor Appointment App! This application allows users to schedule appointments with doctors. Users can browse available doctors, view their profiles, and book appointments conveniently. The app utilizes Next.js and SASS for the frontend, along with the Random User API for generating dummy doctor profiles. Additionally, the app is deployed on Vercel for seamless access.
- Browse Doctors: Users can browse through a list of available doctors.
- View Doctor Profiles: Detailed profiles of doctors including their specialties and contact information.
- Book Appointments: Users can easily schedule appointments with their preferred doctors.
- Responsive Design: The app is designed to be responsive, providing a seamless experience across devices of all sizes.
- Next.js: Frontend framework for building React applications.
- SASS: CSS extension language for styling the application.
- Random User API: API used for generating dummy doctor profiles.
- Vercel: Platform for deploying serverless functions and static sites.
To run the Doctor Appointment App locally, follow these steps:
-
Clone this repository to your local machine.
git clone <URL_del_repo>
-
Install dependencies using
npm install
.npm install
-
Start the development server using
npm run dev
.npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
The Doctor Appointment App is deployed on Vercel. You can access the deployed version appointment-app-green.vercel.app/
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or create a pull request.
The Doctor Appointment App is deployed on Vercel.
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or create a pull request.