Clinic Management Application in React Native based app for appointments management in clinics. It has the following features:
- User Authentication.
- Roll based user model - Doctors and Patients.
- Users can book appointments which are mapped to their doctor.
- Firebase database connectivity
- Create and edit Patient and doctor profile.
- Redux for state management
git clone https://github.com/18rohan/HealthPlus.gitcd HealthPlus-masterexpo installThis will start the expo server
expo startexpo ios/androidPress I for ios emulator, or A for android emulator in the terminal, when the expo server is up and running.
https://gitpod.io/#https://github.com/18rohan/HealthPlus
npm install
npm start



