This project is a mobile app for the Developmental Disabilities Association (DDA). The app is designed to help DDA clients and staff manage their schedules and appointments, as well as provide a platform for communication between clients and staff.
- Node.js - server-side scripts
- Yarn - package manager
- React Native - mobile app framework
- Expo - mobile app framework
- yarn
- An emulator (installed through either Xcode or Android Studio)
- Clone the repository
- Install dependencies with
yarn install
- Run the server with
yarn start
. Additionally, you can donpx expo start --android
ornpx expo start --ios
if you already know the type of emulator you will be working with. - You can also scan the QR code presented in your terminal to run the app on your phone.
This project is licensed under the MIT License.