Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

nkgrnkgr/put-your-hands-up

Repository files navigation

PutYourHandsUp

PutYourHandsUp

Where feedback to the speakers gather.

Github CI Circle CI Circle CI react version typescript version firebase version firebase version MIT

What is PutYourHandsUp ?🤔

PutYourHandsUp is a service that enables people who participate in study sessions and conferences to easily send feedback to the speakers. By using this service, we would like to support the communication between participants so that everyone who participated in study sessions and conferences can spend a meaningful time.

‍Using🔧

  • React
  • Hooks
  • Typescript
  • Firebase
  • Material-UI v4

Build ⚙️

install

yarn

make .env

touch .evn
REACT_APP_APIKEY=xxxx
REACT_APP_AUTH_DOMAIN=xxxx
REACT_APP_DATABASE_URL=xxxx
REACT_APP_PROJECT_ID=xxxx
REACT_APP_STORAGE_BUCKET=xxxx
REACT_APP_MESSAGING_SENDER_ID=xxxx
REACT_APP_DEMO_EVENTID=xxxx

Start

yarn start