Prabald / FEND-Restaurant-Review-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Review App

This app was developed as a project under the Udacity FEND Nanodegree curriculum. Its a mobile ready web application with caching features which fetches JSON data consisting of information about a list of restaurants in a neighborhood. The application then plots the locations of those restaurants on a map with the help of geo coordinates obtained from the API. A list of cards below containing the information and links of each restaurant are provided below the map.

Instructions

  • Download or clone the repository.
  • Start a python server in the projects's root directory.
  • Use the command: python -m SimpleHTTPServer 8000 if you're using Python 2.X or python3 -m http.server 8000 if you're using Python 3.x.
  • Log on to 127.0.0.1:8000 in your web browser to access the app.

About


Languages

Language:JavaScript 59.4%Language:CSS 22.6%Language:HTML 17.9%