/mws-review

Starter Code for the Udacity's "Mobile Web Specialist Restaurant Reviews App: Stage 1" Project

Primary LanguageJavaScript

Restaurant review app - Stage 1

FEND Project

About

In this Restaurant Reviews project, one has to convert a static webpage to a mobile-ready web application.

Specification

One has to focus on the following three areas to make the webpage mobile-ready.

  • Adds accessibility features
  • Convert the design to be responsive on different sized displays
  • Add a service worker

How to Run locally

  • Click on the link : https://github.com/gowrieswaran/restaurant-review-stage-1.git

  • Clone or Download(ZIP) the repository to your local machine

  • Navigate to the project folder and run Python server by following the instructions:

    In a terminal, check the version of Python you have: `python -V`. If you have Python 2.x, spin up the server with `python -m SimpleHTTPServer 8000` (or some other port, if port 8000 is already in use.) For Python 3.x, you can use `python3 -m http.server 8000`. If you don't have Python installed, navigate to Python's [website](https://www.python.org/) to download and install the software. 
    
  • With your server running, visit the site: http://localhost:8000

Dependencies

Leaflet.js and Mapbox:

This repository uses leafletjs with Mapbox. You need to replace <your MAPBOX API KEY HERE> with a token from Mapbox. Mapbox is free to use, and does not require any payment information.