This is a project created in collaboration with MindSpark RUMC to support dementia caregivers through this hard time. We aim to provide educational resources, information on related events and a forum for this community.
This repository contains the frontend of this app. Developed in React Native, it can be deployed to Android, iOS and web.
The code for the backend is hosted in reminding
- Firebase is used for authentication and other feature. Create a firebase project here. Note that you will need the same project's service account for the backend setup too.
- This project uses
yarn v4to manage dependencies. To install, follow the instructions here - Make a copy of
.env.templateand name it.env. Populate the variables with the firebase projection credentials accordingly. Change the backend URL if necessary. - Install dependencies using
yarnand start the app usingyarn start.