ML-For-Beginners/quiz-app
Jen Looper c36ee79465 quiz app 2021-03-02 15:24:45 -05:00
..
public Initial commit 2021-02-05 13:51:17 -05:00
src quiz app 2021-03-02 15:24:45 -05:00
.gitignore Initial commit 2021-02-05 13:51:17 -05:00
LICENSE Initial commit 2021-02-05 13:51:17 -05:00
README.md quiz app 2021-03-02 15:24:45 -05:00
babel.config.js Initial commit 2021-02-05 13:51:17 -05:00
package-lock.json Initial commit 2021-02-05 13:51:17 -05:00
package.json Initial commit 2021-02-05 13:51:17 -05:00

README.md

Quizzes

These quizzes are the pre- and post-lecture quizzes for the web development for ml curriculum at https://aka.ms/ml-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.

Credits: Thanks to the original version of this quiz app: https://github.com/arpan45/simple-quiz-vue