Important
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Pfizer Inc., or any of its subsidiaries or affiliates. The Pfizer name and logo are registered trademarks of their respective owners.
The GAD-7 test is a multi-question test developed by Pfizer in 2006 as a tool used to gauge how anxious a person is.
The original test was distributed as a physical piece of paper. This repository is a 1:1 copy of the original test, but online and written in React.
NOTE: Running both options below requires Node.js installed.
npm i -g pnpm
pnpm i
pnpm dev
- Open the dev server at
localhost:5173
- Vite will automatically restart the server if you make a change.
npm i -g pnpm
pnpm i
pnpm build
- Use your web server of choice to serve the
dist
folder that is generated upon step 3.