OfferAid is a charitable contributions iOS app designed to help users all across America donate items without leaving their home.
git clone
run 'npm install'
run 'npm start'
If you have an iOS device, download the expo app here: https://itunes.apple.com/app/apple-store/id982107779?ct=www&mt=8 and scan the QR code.
If you don't have an iOS device, you can follow the option for an emulator on npm start.
There is no setup required. This app is currently linked to the backend and ready to use.
Functionality for creating an account is not currently accessible, however; you can use the login to test the app:
email: 123
password: 123
The backend is deployed on heorku which you can find here:
APP: https://offeraidbackend.herokuapp.com
REPO: https://github.com/jtruong2/OfferAid_BE
React Native Frontend and Ruby on Rails Backend