Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 933 Bytes

File metadata and controls

43 lines (34 loc) · 933 Bytes

Keksobooking

About project

"Keksobooking" is a service for placing ads for renting real estate in the center of Tokyo. Users are given the opportunity to place ads about their real estate or view already placed ads.

The app allows to:

  • watch ads via click on pins;
  • filter ads;
  • interact with the map;
  • leave ads with yours apartments for rent;

Check the Demo

Stack

  • JS (ES6)
  • pristineJS
  • noUiSlider
  • Leaflet

⚙️ How To Run Locally

  1. clone repo with:
git clone git@github.com:BentonFraizer/keksobooking.git
  1. go into the project folder with:
cd keksobooking/
  1. install all dependencies with:
npm install
  1. run in the dev mode with:
npm start