An open API service indexing awesome lists of open source software.

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!

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.