Skip to content

sudhir512kj/vue-quiz-app

Repository files navigation

vue-quiz

A Vue.js Quiz App
This is an quiz app where you can create, update and test quiz.
Create and Update is for authenticated users only.
Click on plus button to create quiz.
You need to login using gmail.
Any body can test quiz and get score after quiz finished.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Instructions To run

setup firebase database

  1. Open Your firebase Console and create an app there.
  2. Click Add Firebase to your web app.
  3. Copy credentials and paste them in file src/firebase.js.
  4. Setup cloud firestore and give permissions to true for read and write.
  5. Go to Authentication section and select Google as Signin option and enable it.
  6. Now you can run your web app as instructions given in Build Setup section.

Go Live Now

https://vue-quiz-c22e4.firebaseapp.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published