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
- Host: GitHub
- URL: https://github.com/joosepalviste/quizzical-pss
- Owner: JoosepAlviste
- Created: 2018-01-23T09:21:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T17:41:29.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:09:13.561Z (8 months ago)
- Topics: electron, express, react, redux
- Language: JavaScript
- Homepage: https://joosep.xyz/quizzical-pss
- Size: 135 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`