diff --git a/README.md b/README.md index 60b569e..b00ee47 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ See [https://opentdb.com/api\_config.php](https://opentdb.com/api_config.php) fo ## Instructions -* Fork and clone this repo. Run `npm install` to get all dependencies. + -* Make the app responsive and look good at all screen sizes. + ## Stretch goals - feel free to pick -* Show the user a 'happy' animated gif on a correct answer and a 'sad' gif on incorrect answer. + * Allow user to select question category -* Allow user to select difficulty level + * Add some unit tests -* Implement a scoring system that gives higher scores for more difficult questions + -* Create a high score table. When a user finishes the game, for example answers a question incorrectly, allow them to enter their name and add it along with score to a high score table. + * Display statistics about player performance such as total questions played, average score, most popular category, category with highest percentage of correct etc. @@ -71,7 +71,7 @@ See [https://opentdb.com/api\_config.php](https://opentdb.com/api_config.php) fo * Make frequent commits * Create a pull request at the end -## Redux getting started guide + diff --git a/index.html b/index.html index 20c7415..048f512 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,19 @@ -
-