A mobile application for scheduling doctor appointments by specialty and available time slots. Built with React Native, this app provides a clean and intuitive user interface for selecting a medical specialty, choosing a date, and booking an available time.
- Select from various medical specialties (e.g., family doctor, dermatologist, gynecologist).
- View available appointment dates via an interactive calendar.
- Choose a time slot from a list of available times.
- Confirm and navigate to a summary screen for finalizing the appointment.
- React Native (Bare)
- TypeScript
- Zustand for global state management
- react-native-calendars for date selection UI
- React Navigation for screen transitions
git clone https://github.com/katzbe/DoctorAppointment.git
cd DoctorAppointmentnpm install
# or
yarn installnpm run ios
# or
npm run android