Real State Selector. Using only HTML, CSS and JavaScript. You can watch the live version here: https://davidhuertabeltran.github.io/Real-State-Selector/
Or if you want, you can:
-
clone the repository
-
npm install
-
gulp watch (to visualize in the browser) - in case you get an error in console try to run this code:
npm install -g gulp
and thengulp watch
again.