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

https://github.com/joosepalviste/quizzical-pss

Quizzes desktop app and server for the Platform-Spanning Systems course
https://github.com/joosepalviste/quizzical-pss

electron express react redux

Last synced: 8 months ago
JSON representation

Quizzes desktop app and server for the Platform-Spanning Systems course

Awesome Lists containing this project

README

          

# Quizzical

A quiz application for creating and taking quizzes on various subjects.

For the production version, download the application here: https://joosep.xyz/quizzical-pss.

## Structure

The project consists of 2 parts: the server in the `server/` directory and the client-side desktop application in the `client/` directory. In order to use the application both server and client need to be set up.

The website is in the `docs/` directory so that it can be easily hosted with GitHub pages.

## Set up

Clone the repository:

```bash
git clone https://github.com/JoosepAlviste/quizzical.git
```

Follow the readme files in the server and the desktop app directories to set both of them up.

* `server/README.md`
* `client/README.md`