Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhcaooo/app-doctor
Mobile application project created with Expo, React Native, Firebase and some wonderful libraries for React Native application.
https://github.com/anhcaooo/app-doctor
firebase javascript react-native
Last synced: 2 months ago
JSON representation
Mobile application project created with Expo, React Native, Firebase and some wonderful libraries for React Native application.
- Host: GitHub
- URL: https://github.com/anhcaooo/app-doctor
- Owner: AnhCaooo
- Created: 2022-04-07T14:18:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T21:09:46.000Z (over 1 year ago)
- Last Synced: 2023-08-26T20:27:55.209Z (over 1 year ago)
- Topics: firebase, javascript, react-native
- Language: JavaScript
- Homepage: https://expo.dev/@anhcao/appDoctor
- Size: 5.52 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doctor App - React Native
Mobile application project created with Expo, React Native, Firebase and some wonderful libraries for React Native application.
## Table of Contents
- [General Info](#general-info)
- [Main Features](#main-features)
- [Technologies](#technologies)
- [Quick Start](#quick-start)## General Info
This Doctor Mobile application allows customers to create their account for health checking and book an appointment with their desired doctors.
### Home Screen
### Booking Screen
## Main Features
- Complex navigation (Tab, Stack, TabView)
- Connect to Firebase (Authentication)
- Sign up credentials and login, sign out
- Get current date and date format
- Search doctor, filter by First Name and Last Name
- Book an appointment with the doctor by choosing time and select one meeting option. There are 3 options for meeting with the doctor: Audio Chat, Video Conference, Contact Meeting.
- Check the booking in the Appointment Screen## Technologies
- Expo
- React Native
- React Native Elements
- React Native Vector Icons
- React Navigation V6
- React Native Community - datetimepicker V4
- Date-fns format
- Radio Button React Native V1
- Firebase Authentication V8
- Firebase Realtime Database## Quick Start
Here are some steps to run this project:
1. Clone the project
```
[email protected]:AnhCaooo/App-Doctor.git
```2. Download node_modules
```
npm install
```3. Run Expo
```
expo start
```