/quiz-vue-app

This is the first app I've made with VueJS. It is a simple Quiz application with 10 questions related to animals. Have fun!

Primary LanguageVue

Quiz - Vue App


Built With   |    About   |    How to play   |    How to Contribute   |    Author

🔧 Built With

💻 About

This is the first app I've made with VueJS. It is a simple Quiz application with 10 questions related to animals. Have fun!

🎮 How to Play

  • Clone the project: git clone https://github.com/Lukazovic/quiz-vue-app.git;
  • Go to the project folder: cd quiz-vue-app;
  • Download the dependencies: yarn install;
  • Start the application: yarn serve.

It will open a browser page (if it doesn't, go to http://localhost:8080). Then you can start playing. Good luck!

🤔 How to Contribute

  • Fork this repository;
  • Create your branch with your feature: git checkout -b my-feature;
  • Commit your feature: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Then merge your pull request, you can now delete your branch

📝 Author


Lucas Vieira