Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 4.87 KB

README.md

File metadata and controls

53 lines (35 loc) · 4.87 KB

Book appointments

Ask for appointment from anyone by sending them mail and once they accept the invitation, you will get a notification and now you can generate a QR code which can be shown at the time of appointment.

Setup client side

  1. Clone the repo.
  2. Run npm install && cd ios && pod install.
  3. Setup RNFirebase.
  4. Run npx react-native start.

Setup backend side

  1. Clone the repo.
  2. In service/firebase directory, run npm install.
  3. Setup Firebase functions.
  4. Run firebase emulators start:functions.

Presentation

Note: The animations in below gifs might seems stuttery because gifs are converted to lesser fps to reduce their size and reduce loading time. Please wait for gifs to load.

Screens

Splash Screen Registration Screen
splash-screen registration-screen
Login Screen Profile Screen
login-screen profile-screen
Book appointment success Screen Book appointment failed Screen
success-screen book-failed-screen
Appointment email to appointer
email
Check appointment Screen No appointment Screen
check-screen check-empty-screen
QR code Screen Contact me Screen
qr-screen contact-me-screen