/conversation-prompt-generator

A web app that provides the user with conversation prompts that are designed to promote meaningful conversation.

Primary LanguageTypeScript

Conversation Prompt Generator

In our current (as of Mar 2020) state of widespread social isolation in response to COVID-19, many people are experiencing profound loneliness. This web app aims to help alleviate that, by providing questions to help you have meaningful conversations, even over a video call or text message conversation.

Building

First install dependencies:

npm install

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running on localhost

npm run start:dev

Credits

Bootstrapped with createapp.dev.

Prompts adapted from this article.