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

https://github.com/johnnyjayjay/swt-quiz

Small quiz for exam preparation in software engineering (German)
https://github.com/johnnyjayjay/swt-quiz

clojure clojurescript hacktoberfest university website

Last synced: about 1 year ago
JSON representation

Small quiz for exam preparation in software engineering (German)

Awesome Lists containing this project

README

          

# swt-quiz

Simples Wahr-Falsch-Quiz für Softwaretechnik I am KIT.

[Besucht die Website um zu spielen](https://swt.is-webscale.club)

### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production

```
npx shadow-cljs release app
```