adding a quiz app for more interactive quizzes

This commit is contained in:
Jen Looper
2020-12-28 11:25:56 -05:00
parent e673998d7e
commit 03355fabe2
19 changed files with 12427 additions and 0 deletions

33
quiz-app/README.md Normal file
View File

@@ -0,0 +1,33 @@
# Quizzes
These quizzes are the pre- and post-lecture quizzes for the web development for beginners curriculum at https://aka.ms/webdev-beginners
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Credits: Thanks to the original version of this quiz app: https://github.com/arpan45/simple-quiz-vue