Movie and TV trivia game based off of genres. Uses The Movie Database (TMDb) API to gather movie and tv data and then dynamically creates a unique set of questions each round. Features four different difficulties: Easy, Normal, Hard and Expert and two game modes: Movie and TV.
Built with React/Webpack/redux/express.
To Run:
- Install Node and npm
- Download or clone this repo
- Run in terminal:
npm install
npm run dev
- Navigate to localhost:8000 in your browser