The purpose of this repo is to create a sample project for trying out React Testing Libary.
This repository contains a simple "mini jeopardy" game. It calls the http://www.jservice.io/
API and makes use of their clues api from the year 1996 in the science category. It picks 5 random valid cues from the first set returned via the api and sorts them according to their value.
In the project directory:
run yarn install
run yarn start
first and a browser window should open and load the app
or open http://localhost:3000 to view it in the browser.
run yarn test
and the test suit should run
yarn build
and it should build the app for production to the build
folder.
- Keep track of score
- Keep track of flipped cards to limit selection to one clue at a time
- Create a game history