This project is a simple Quiz App which use OPENTDB API and written in React and TypeScript.
- React Functional Components & React Hooks
- TypeScript
- Redux & Redux-thunk
- Styled-Components
- ESLint
1. Install Node.js and npm
From the project root, run the following command.
yarn install
After install dependencies, run the following command to run project locally.
yarn start
Open http://localhost:3000 to view it in the browser.
yarn lint
yarn format