Skip to content
/ Quizzly Public

Quizzly is a trivia app that features a wide range of trivia questions across various categories to challenge your knowledge and entertain you.

Notifications You must be signed in to change notification settings

VriaA/Quizzly

Repository files navigation

Quizzly

Quizzly is a trivia web application built using HTML, CSS, TypeScript, React, and the Open Trivia Database API. It features a wide range of trivia questions across various categories to challenge your knowledge and entertain you.

Purpose

Quizzly aims to provide users with an engaging platform to test their knowledge and have fun with friends and family. Whether you're a trivia enthusiast or just looking for a way to pass the time, Quizzly has something for everyone.

Major Functions

  • Trivia Questions: Quizzly features 4,146 trivia questions spanning 24 categories, ensuring a diverse range of topics to explore.
  • Interactive UI: The user interface is designed to be responsive, intuitive and user-friendly, allowing users to navigate through the app effortlessly across multiple viewports.

How To Use

1. Select your preferred quiz category, difficulty, and type.

Screenshot 2024-04-12 at 11-41-52 Quizzly Test Your Trivia Knowledge with 4 000 Questions

2. Start the quiz.

Screenshot 2024-04-12 at 11-37-37 Quizzly Test Your Trivia Knowledge with 4 000 Questions

3. End the quiz after answering all the questions. The quiz will automatically end after the timer runs out.

4. View your result.

Screenshot 2024-04-12 at 11-38-08 Quizzly Test Your Trivia Knowledge with 4 000 Questions

5. You can check the solution of the quiz before starting another quiz.

Screenshot 2024-04-12 at 11-39-04 Quizzly Test Your Trivia Knowledge with 4 000 Questions

Technologies Used

  • HTML: Used for structuring the web pages.
  • CSS: Used for styling the user interface.
  • TypeScript: Used for adding static typing and enhancing code readability.
  • React: Used for building the user interface components.
  • Open Trivia Database API: Used for fetching trivia questions and categories.

Dependencies

Installation

  1. Download or clone the repository:
git clone https://github.com/your-username/quizzly.git
  1. Navigate to the project directory:
cd quizzly
  1. Install dependencies:
npm install
  1. Start the development server
npm run dev

Build/Deploy Instructions

  1. Navigate to the project directory:
cd quizzly
  1. Install dependencies:
npm install
  1. Build the Project for Deployment:
npm run build

Once the build process completes, you can deploy the built files located in the dist directory to your hosting environment.

About

Quizzly is a trivia app that features a wide range of trivia questions across various categories to challenge your knowledge and entertain you.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published