Web application of an online survey, about programming languages.
Create a web application with Vue.js to get the user information and create a survey,
then it sends the information as an JSON object to a URL that I defined.
It collects the data by vue modeling and creates a JSON object , then it sends the object as
a HTTP request via vue-fetch and AJAX.
It also does a validation of the user input data and will give responsive errors to user.
Since we don't use a specific server to send the data to, you can set the URL you want and your request
will be sent to that server.
It also uses Vuex.js to make sure your data won't be lost during routing.