/KYSnTell

A multi-functional app used to find HIV testing locations near you and then anonymously informing sexual partners upon diagnosis

Primary LanguageJavaScript

Kys n' Tell

Know Your Status

Kys n' Tell Screenshot - Know Your Status

Tell Your Partners

Kys n' Tell Screenshot - Tell Your Partners

Installation

Clone the repo - https://github.com/jacobogart/KYSnTell.git

Add .env file in the root directory in the following format:

TWILIO_ACCOUNT_SID='<Your Twillio Account SID>'
TWILIO_AUTH_TOKEN='<Your Twillio Authorization Token>'
TWILIO_PHONE_NUMBER='<Your Twillio Phone Number>'
REACT_APP_GOOGLE_KEY='<Your Google API Key>'

Run npm install from the root directory

Run npm run dev

Use Dev Tools to view as mobile

Testing

Website is tested with Jest and Enzyme

Run npm run test to see test suite