Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Vue.js Application designed to retrieve data from www.randomtext.me/api and display it in the application.

Notifications You must be signed in to change notification settings

Kusumkoli/vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-App

Project setup: Vue ClI 3

npm install -g @vue/cli
vue --version

Compiles and hot-reloads for development

npm run serve

Customize configuration(for more details on setup and compilation)

See Configuration Reference

Plugins Used

  1. Babel
  2. ESLint

Problem Approach

The basic approach followed is to fetch data from randomtext.me/api multiple times and push the data object into an array so as to store an array of objects. And then display a preview of data which on-click opens a modal dialog box displaying all the data from API fetch along with a picture from 'picsum.photos'

Brief

The most important part of the application lies in App.vue. The page is responsive. 

About

A Vue.js Application designed to retrieve data from www.randomtext.me/api and display it in the application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published