"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;
- JS (ES6)
- pristineJS
- noUiSlider
- Leaflet
- clone repo with:
git clone git@github.com:BentonFraizer/keksobooking.git
- go into the project folder with:
cd keksobooking/
- install all dependencies with:
npm install
- run in the dev mode with:
npm start