Built With | About | How to play | How to Contribute | Author
This is the first app I've made with VueJS. It is a simple Quiz application with 10 questions related to animals. Have fun!
- 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!
- 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
Lucas Vieira |