https://github.com/andrearcaina/quizzard
Quizzard is a Vue.js app with one purpose: to test students on CPS530!
https://github.com/andrearcaina/quizzard
gh-pages vite vuejs
Last synced: 3 months ago
JSON representation
Quizzard is a Vue.js app with one purpose: to test students on CPS530!
- Host: GitHub
- URL: https://github.com/andrearcaina/quizzard
- Owner: andrearcaina
- Created: 2023-11-28T19:56:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:51:10.000Z (about 2 years ago)
- Last Synced: 2025-01-28T02:24:50.207Z (over 1 year ago)
- Topics: gh-pages, vite, vuejs
- Language: Vue
- Homepage: https://andrearcaina.github.io/Quizzard/
- Size: 412 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizzard - CPS530 Simple Quiz App 🧙♂️
Quizzard is a Vue.js app designed to test students on CPS530. It is associated with the [CPS530-Website repository](https://github.com/andrearcaina/CPS530-Website).
## Purpose
The purpose of Quizzard is to provide a quiz for CPS530 students to test their knowledge on various topics related to web development.
## Getting Started
### Prerequisites
Make sure you have Node.js and npm installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/andrearcaina/Quizzard.git
```
2. Change into the project directory:
```bash
cd Quizzard
```
3. Install dependencies:
```bash
npm install
```
### Usage
Run the development server:
```bash
npm run dev
```
Visit http://localhost:3000 in your browser to view the app.
## Features
- Quiz questions related to CPS530 topics.
- Interactive user interface for answering questions.
- Score tracking and quiz completion status.