/vidi-quiz

The only purpose of these apps is to play quiz games. There will be videos as well as quizzes set to test your skills after watching the video. So we believe that through this a good output can be brought out from the video content.comming soon.....

Primary LanguageJavaScript


Logo

VidiQuiz

The only purpose of these apps is to play quiz games. There will be videos as well as quizzes set to test your skills after watching the video. So we believe that through this a good output can be brought out from the video content.
Explore the docs »

View Demo · Report Bug · Request Feature

Quick View

Home Page

Login Page

Sign in Page

Quiz Page

Result Page

404 Page

Getting Started

You can easily run this project on your local machine if you want. Follow some steps below

Prerequisites

You must have node.js installed on your machine. Since we used Firebase as the backend, you need to create a Firebase project.

Installation

  1. Create Firebase APP

  2. Clone the repo

    git clone https://github.com/rafeuddaraj/vidi-quiz.git
  3. Change Directory

    cd vidi-quiz
  4. Install NPM packages

    npm install
  5. Create a Environment Variable .env.local

    VITE_API_KEY=Your_API_KEY
    VITE_AUTH_DOMAIN=Your_AUTH_DOMAIN
    VITE_PROJECT_ID=Your_PROJECT_ID
    VITE_STORAGE_BUCKET=Your_STORAGE_BUCKET
    VITE_MESSAGING_SENDER_ID=Your_MESSAGING_SENDER_ID
    VITE_APP_ID=Your_APP_ID
    VITE_DATABASE_URL=Your_DATABASE_URL
    VITE_PIXELS_API=Your_PIXELS_API
  6. Run project

    npm run dev