Skip to content

tpglitch/pfizer-gad7-react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GAD-7 Test

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.

Running the development environment

  1. npm i -g pnpm
  2. pnpm i
  3. pnpm dev
  4. Open the dev server at localhost:5173
  5. Vite will automatically restart the server if you make a change.

Running a prodution server

  1. npm i -g pnpm
  2. pnpm i
  3. pnpm build
  4. Use your web server of choice to serve the dist folder that is generated upon step 3.