Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

The web app of an online survey created with Vue.js

Notifications You must be signed in to change notification settings

amirhnajafiz-archive/vue-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sur-Vue

Web application of an online survey, about programming languages.

What is this ?

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.

How it works ?

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.

Any extra features ?

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.

How it looks :