Kusumkoli / vue-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Vue 72.6%Language:JavaScript 16.3%Language:HTML 11.1%