"Ask a Q" is a repository that contains a simple web application built with Vue.js, Axios, and Lodash. The application allows users to ask a yes/no question. The code is easy to understand and modify, making it an ideal starting point for new developers interested in building similar applications.
The functionality of the code is that it allows you to ask a yes or no question and get a random answer (yes, no, or maybe) along with an image corresponding to the answer. To do this, it uses the yesno.wtf API to generate the random response and display the corresponding image.
- Vue.js
- Vuetify
- Javascript
Instructions to run the application:
- clone the repository in your folder.
git clone https://github.com/javier-mtz/ask-a-q.git
To run the application using GoLive, follow these steps:
- Open Visual Studio Code and navigate to the project directory.
- Click on the "Go Live" button in the bottom right corner of the window.
- A new browser tab should open displaying the application.
GoLive is a feature provided by the Live Server extension for Visual Studio Code. If you don't have it installed, you can install it from the Extensions Marketplace.