Quiz Game is a web app based on Open Trivia Database API. Implemented with React (incl. React Context Hook), Firebase and Circle CI integration, stylized with CSS.
- firebase setup
- circle ci setup
- axios for fetching data
- material ui for loader
- useSound for onClick sound effects
yarn install
to start development server run:
yarn start
to run unit tests execute:
yarn test
- create production build:
yarn build
- deploy to firebase:
yarn deploy