/quiz_app

Primary LanguageJavaScript

Quiz_App

Quiz_App is an Quiz game app responsible for accesssing the Player's Accuracy and Average speed during his/her answering to Questions.

Deployment Website Link - https://quizapp101.netlify.app/

Features

Quiz app has following features -

  • Redux-Toolkit is used for State Management.
  • Full Responsive App. Supported with Desktop,Tablet and Phone.
  • Time Bounded App. It is used to calculate Avg Speed of the Player.
  • Question are imported from Async Request using Redux thunk.
  • Lottie animation is played on Every Question being answered by Player.
  • On Loading of another Question,animation is performed. During this Animation,Players can't type the answers.
  • If you're stuck, you can take help from See solution Button but this answer won't be calculated in One of your Correct Answers in Calcuating Accuracy.

Frameworks used -

Frontend Frameworks-

HTML,CSS,Bootstrap,Node-Sass,React,Redux-Toolkit,Axios,Lottie-Web

How to Run the Application

  1. Either Fork or download the app and open the folder in the CLI.
  2. Install all the dependencies using npm i command.
  3. Start the Application using command npm start .The app will be served at http://localhost:3000
  4. Go to http://localhost:3000