An accessible, decision tree web app built to help grandparents and other carers visiting the Grandparents Plus charity's website recognize their status as a 'Kinship Carer', guide them to relevant resources, and provide information for an advice callback from the charity.
$ git clone https://github.com/fac-13/GP_ProjectBernadette.git
Create a config.env
file in your root folder.
Add the following variables:
ACCT_EMAIL= [ email you want to send emails from ]
ACCT_PASSWORD= [ password variable ]
EMAIL_TO= [ email where you want to receive form message (can be the same account as the sending email) ]
You will need to run two scripts concurrently for the server and React app respectively.
Clone the repo:
$ git clone https://github.com/fac-13/GP_ProjectBernadette.git
To build and run the Server:
$ npm i
$ npm run start
To build and run the React App, open a new terminal window:
$ cd client
$ npm i
$ npm run build
$ npm run start
$ cd client
$ npm run test
There are an estimated 200,000 children living in kinship care in the UK due to various circumstances that result in the need for kinship care, yet these kinship carers have significant unmet support needs. 62% of carers say they need more advice and information.
Grandparents Plus wanted a digital platform that would enable them to reach more carers with appropriate information by leveraging their exisiting online resources and alleviating pressure on their telepone helpline.
After a one day Design Thinking workshop with the Product Owner and advice expert from Grandparents Plus, we decided to create My Wayfinder, a decision tree app to help users understand jargon and find relevant resources more quickly. The application will also provide useful information about their personal circumstances to get the most out of an advice call back.
Aims of the solution:
Bernadette is a "confused newbie" visiting the website for the first time. She wants to better understand her situation and is not familiar with jargon such as "kinship carer," meaning she will overlook key information relevant to her.
Bernadette is prompted to answer questions to ascertain whether or not she is a kinship carer, and is given the option receive a call from a member of the advice team.
As a user, Bernadette can:
How the App might be integrated into the Grandparents Plus website: