ML-For-Beginners/quiz-app
dependabot[bot] 5ccb16eed9
build(deps): bump eventsource from 1.1.0 to 1.1.1 in /quiz-app (#598)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 10:34:11 -04:00
..
public Initial commit 2021-02-05 13:51:17 -05:00
src (spanish) Quiz app spanish translation (#591) 2022-05-10 12:25:30 -04: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 Update README.md 2021-07-14 17:31:56 -04:00
babel.config.js Initial commit 2021-02-05 13:51:17 -05:00
package-lock.json build(deps): bump eventsource from 1.1.0 to 1.1.1 in /quiz-app (#598) 2022-06-06 10:34:11 -04:00
package.json fixing quiz build, adding quiz links for Brazilian Portuguese 2021-12-07 10:00:04 -05:00

README.md

Quizzes

These quizzes are the pre- and post-lecture quizzes for the 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