Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.2 KB

React Movie Trivia

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:

npm install
npm run dev
  • Navigate to localhost:8000 in your browser

Screenshots

screenshot 9 screenshot 10 screenshot 11 screenshot 12 screenshot 13