quizardhq / frontend

Quizard is an all-in-one platform for engaging your audience with interactive quiz sessions and collect valuable results/feedback.

Home Page:https://quizardhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy-status All Contributors

Quizard Design Logo

Welcome to Quizard, an open-source alternative platform for creating and playing interactive quizzes and games. This repository contains the Frontend source code for quizard app.

Getting Started

This guide assumes that you have NodeJS 16+ installed on your pc.

Set up environment variables

Use the content of .env.example to create a .env file. Alternatively, you can run the command to perform that operation

cp .env.example .env

Install all dependencies

# using npm
npm install

# using yarn
yarn install

Run the development server or app:

npm run dev
# or
yarn dev
# or
pnpm dev

Contributors

Johnson-Awah Alfred
Johnson-Awah Alfred

💻
Divine Orji
Divine Orji

💻
Mark Gatere
Mark Gatere

💻

Contributing

All code contributions - including those from people with commit access - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code. If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Learn More

To learn more about this project, take a look at the following resources:

Quizard Documentation

Our mission is to provide a free and accessible platform for educators, students, and anyone else interested in creating and playing interactive quizzes and games. We believe that learning should be fun and interactive, and that everyone should have the opportunity to access high-quality educational resources.

Our platform is open-source, which means that it is freely available for anyone to use, modify, and distribute. This allows for a community of developers and users to collaborate and continuously improve the platform.

Our platform allows users to create and share quizzes and games, with features such as multiple choice questions, true or false questions, and more. It also includes a live game mode for real-time play, and analytics for tracking student progress.

Whether you're an educator looking for a new tool to engage your students, or a student looking for a fun way to study, Quizard has something for you. We invite you to try out our platform and join our community of users and developers. Together, we can make learning fun and interactive for everyone.

License

This repository is available under the MIT.

About

Quizard is an all-in-one platform for engaging your audience with interactive quiz sessions and collect valuable results/feedback.

https://quizardhq.com

License:MIT License


Languages

Language:TypeScript 78.5%Language:JavaScript 19.0%Language:CSS 1.1%Language:Dockerfile 0.5%Language:HTML 0.5%Language:Shell 0.4%