alex-benoit / vue-airbnb

Example of a dynamic webpage build with VueJS. Data is collected from an external API, and is filtered based on user input.

Home Page:http://alexbenoit.xyz/vue-airbnb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueJS Airbnb Mini Clone

Example of a dynamic webpage build with VueJS. Data is collected from an external API, and is filtered based on user input.

Vue features used: single file components, interpolations, directives, conditional rendering, list rendering, event handeling, form input bindings.

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

About

Example of a dynamic webpage build with VueJS. Data is collected from an external API, and is filtered based on user input.

http://alexbenoit.xyz/vue-airbnb/


Languages

Language:Vue 67.0%Language:JavaScript 27.7%Language:HTML 4.4%Language:CSS 1.0%