Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 612 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 612 Bytes

house-search-app

Project setup

yarn install

Then, create a new .env file and specify the address for your API there. For example:

VUE_APP_API_URL=house-search.com/api

Backend (API): avinmaster - House Search Backend

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

About functionality

  • Searching by name (not only whole word)
  • Other filters
  • Infinite scroll with data preloading
  • Responsive layout
  • Fast