Skip to content

Commit 96f09ea

Browse files
chore: Update readme and changelog
1 parent e8e62ae commit 96f09ea

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6+
## [1.0](../../releases/tag/v2.0)
7+
- Add Category Selection
8+
- Add Difficulty Selection
9+
- Add Number of Quetion Selection
10+
- Add Countdown timer per question
11+
- Add Answer Correct/Incorrect/Time Over animations and sounds
12+
613
## [1.0](../../releases/tag/v1.0)
714
- First Version

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# React Native Trivia Quiz
22

3-
React Native Trivia Quiz app. The questions are requested using [Open Trivia Database API](https://opentdb.com/).
3+
React Native Trivia Quiz app. The questions are acquired using the [Open Trivia Database API](https://opentdb.com/).
4+
![](https://github.com/computationalcore/react-native-trivia-quiz/raw/assets/app.gif)
45

56
## Getting Started
67

@@ -45,8 +46,9 @@ npm start
4546
## How to Play
4647

4748
- Open the app
48-
- Click at "Start Quiz" button
49-
- Answer each one of the ten questions by choosing one of the options
49+
- Click at "Play" button
50+
- Select Quiz Options and click Start Quiz
51+
- Answer each one of the questions in max 10 seconds per question
5052
- When all questions are answered it shows the game over screen with total score and elapsed time
5153

5254
## Assets Credits
@@ -57,6 +59,12 @@ npm start
5759

5860
* [Connection error](https://lottiefiles.com/4386-connection-error) by [Lorena Villanueva García](https://lottiefiles.com/lorenavillanueva)
5961

62+
* [Checked Done](https://lottiefiles.com/433-checked-done) by [LottieFiles](https://lottiefiles.com/lottiefiles)
63+
64+
* [X Pop](https://lottiefiles.com/101-x-pop) by [LottieFiles](https://lottiefiles.com/lottiefiles)
65+
66+
* [Notification](https://lottiefiles.com/4284-notification) by [Changhyun Lee](https://lottiefiles.com/jony)
67+
6068
#### Fonts
6169

6270
* [Saucer BB Font](https://www.1001fonts.com/saucer-bb-font.html) by [Blambot Comic Fonts](https://www.1001fonts.com/users/blambot/)
@@ -68,6 +76,15 @@ npm start
6876
#### Images
6977
* [Faq free icon](https://www.flaticon.com/free-icon/faq_1580270) by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com)
7078

79+
#### Sounds
80+
81+
* [Cartoon Oh-Oh](https://freesound.org/people/dersuperanton/sounds/435883/) by [dersuperanton](https://freesound.org/people/dersuperanton/)
82+
83+
* [Grinched Font](https://www.1001fonts.com/grinched-font.html) by [Sharkshock](https://www.1001fonts.com/users/sharkshock/)
84+
85+
* [success 2](https://freesound.org/people/Leszek_Szary/sounds/171670/) by [Leszek_Szary](https://freesound.org/people/Leszek_Szary/)
86+
87+
* [Bell, Counter, A.wav](https://freesound.org/people/InspectorJ/sounds/415510/) by [InspectorJ](https://freesound.org/people/InspectorJ/)
7188

7289
## Authors
7390
Vin Busquet

0 commit comments

Comments
 (0)