Single-Page Trivia Quiz App.
-
The app start with face detection. The camera capture the photo and detect the face, If the camera detected the face then it will show the "Proceed Now" button otherwise it will show the error message.
-
The app will fetch 10 questions from the Trivia Database API
-
The question will display after pressing the "Start Quiz" button.
-
When the user has answered all the questions then it will show the total number of correct answers, the total score and the amount of time taken to answer the questions.
-
There is a "Play again" button that allows the user to play the quiz again.
- Install NPM Packages using
npm install
- Run
npm start
orexpo start
Fahad Ahmed