Skip to content

Latest commit

 

History

History
85 lines (76 loc) · 2.89 KB

README.md

File metadata and controls

85 lines (76 loc) · 2.89 KB

Quizzically

A quiz app with different genres of quizzes.
You Know, You Grow - Quiz App

Tech Stack -

  • React JS
  • TypeScript
  • FIREBASE - for Authentication and Database Storage

Demo -

Features -

  • Home Page
    • User can see a landUserng page where list of featured categories is available.
  • Quizzes by Category
    • User can play multiple quizzes by category.
  • Rules Page for while attempting Quiz
    • Whenever User click on "Play now" on the quiz card. User can see rules for the particular quiz.
  • MCQ based Quiz Question Page
    • Once user start playing a quiz user can see a question with multiple answers to it.
  • Result Page with Answers & Score
    • Once User complete quiz, User can see the result page containing scores and answers.
  • Timer for Quiz Questions
    • While solving the question user can see a timer for 01:30 mins. If user didn't finish the quiz in the given time it sends user to the result page.
  • Quit Quiz
    • User can quit a quiz while playing it.
  • Authentication
    • Sign-up
    • Login
    • Logout

Snapshots

Desktop view

Home Page with categories

Explore Quiz Page

Rules Page

Question Page

Result Page

Login Page

Mobile view