phenax / zomato-nearby-delicacy

Search for places to eat in around you in a 1KM radius.

Home Page:https://phenax.github.io/zomato-nearby-delicacy/static/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nearby Delicacy

Search for places to eat in around you in a 1KM radius.

Preview

Instructions

  • To start the static server, run npm start(Needs nodejs installed). OR just open static/index.html with your browser.
  • The build scripts are as follows (for npm run <script_name> Eg - npm run build:css ) -
  build:css:      "Build CSS files out of the SCSS files",
  build:css:prod: "Build CSS for production(minified)",
  watch:css:      "Build and Watch for changes in CSS files",
  build:js:       "Build javascript files",
  watch:js:       "Build and watch js files",
  build:js:prod:  "Build js files for production"

Screenshots

Screenshot #1

Screenshot #2

About

Search for places to eat in around you in a 1KM radius.

https://phenax.github.io/zomato-nearby-delicacy/static/

License:Apache License 2.0


Languages

Language:JavaScript 80.1%Language:CSS 16.8%Language:HTML 3.1%