/MWS-Project-Two

MWS Mobile Web Specialist Udacity NanoDegree Project.

Primary LanguageHTML

MWS-project-stage-2

MWS Nanodegree project 2

To run the app on your machine create a local web server.You can make use of python 'http.server' module

python -m http.server 8000 - for python 3
python -m SimpleHTTPServer 8000 - for python 2.7

After running the server , in your browser type localhost:8000 and the web page will be served to you.

Notes:

  • In the casa restaurant we dont have the photograph key so added a no image jpg file to the restaurants which doesnt have images.