Solution for a challenge from Devchallenges.io.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories:
- I can see at least 2 types of questions: a city is the capital of.. or a flag belong to country..
- I can see select an answer
- I can see if my answer is correct or incorrect
- When I answer correctly, I can move on to the next question
- When I answer incorrectly, I can see my results and try again
- I can try again
Icon: https://google.github.io/material-design-icons/
API: https://restcountries.com Use data from the API to create questions and answers.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rali11/country-quiz-2
# Install dependencies
$ npm install
# Compiles and hot-reloads for development
$ npm run dev
# Compiles and minifies for production
$ npm run build
# Lints and fixes files
$ npm run lint
- Learn CSS
- Vue.js: Guide
- Large Scale Apps with Vue, Vite and TypeScript
- Cómo aprovechar al máximo las variables CSS
- GitHub @rali11