https://github.com/draperunner/kramster
📚 Cram for your exam with Kramster!
https://github.com/draperunner/kramster
exam ntnu quiz
Last synced: 2 months ago
JSON representation
📚 Cram for your exam with Kramster!
- Host: GitHub
- URL: https://github.com/draperunner/kramster
- Owner: draperunner
- License: other
- Created: 2015-05-14T22:11:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T20:01:37.000Z (6 months ago)
- Last Synced: 2025-06-03T18:47:43.348Z (5 months ago)
- Topics: exam, ntnu, quiz
- Language: TypeScript
- Homepage: https://kramster.it
- Size: 14 MB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kramster!
See it live here: [kramster.it](https://kramster.it)
Kramster is a quiz app for making exam preparation more fun. It works for all exams having multiple choice questions.
## Development
Install the dependencies:
```
npm install
```Start the frontend app:
```
npm start
```Then open http://localhost:5173 and get going.