/trivia-game

Play a game of Trivia - React, Redux. https://dsnair.github.io/trivia-game/

Primary LanguageJavaScript

Project

Play a game of trivia with this react-redux app! It uses the free Open Trivia API to serve 5 trivia questions from your favorite category of choice. Compete with yourself and keep playing to beat your own top 5 score.

Installation Instruction

$ git clone https://github.com/dsnair/trivia-game.git
$ cd trivia-game
$ npm install
$ npm start