Put your movie knowledge to the test!
Report Bug
Table of Contents
The movie trivia app showcases TypeScript within a React project. The application also leverages asynchronous JavaScript in order to fetch data from a 3rd party API (Open Trivia Database). Lastly, the styled-components library is utilized for CSS-in-JS styling.
Follow the steps below to get a local development instance up & running.
- Clone the repo
git clone https://github.com/tim-corley/react-ts-quiz-app.git
- Install packages
yarn install
- Start the development server
yarn start
Unit testing is achieved by using React Testing Library and Mock Service Worker.
- Run tests
yarn test
- Create build & deploy to Github Pages
yarn deploy
This application leverages the Open Trivia Database API with a category query parameter set for Entertainment - Film questions.
Distributed under the MIT License. See LICENSE for more information.
Tim Corley - @tcor215 - [email protected]