PHQ-9 depression screener
This is a NodeJS & ReactJS program that allows a user to take a PHQ-9 depression screener survey. Based on the score of that survey the user will either be prompted with therapists they can see, or thanked for their time.
To run this program, you will first need to grab a copy of this repository. Then you can run the following commands via the terminal/command prompt. (assumes you have npm installed locally)
- npm install (to install all the node modules).
- npm start
- open the following url in your browser: localhost:3333
This app was tested using Jest. To test run the following command.
- npm test or
- npm jest
Author: Mihir Amin