/ninas-restaurant-app

Udacity Front-End Web Development Nanodegree Project 6 - Restaurant App

Primary LanguageJavaScript

ninas-restaurant-app

Udacity Front-End Web Development Nanodegree Project 6 - Restaurant App

Website

https://ninakwelch.github.io/ninas-restaurant-app/

Screenshots

Mobile



Tablet


Laptop

Original Project Files

https://github.com/udacity/mws-restaurant-stage-1/tree/google-maps

Local Server

  1. Run python -V to check installed Python version
  2. For Python 2.x, run python -m SimpleHTTPServer 8000
  3. For Python 3.x, run python3 -m http.server 8000.
  4. Visit http://localhost:8000

To Do

  • Add function to calculate avarage stars for reviews
  • Improve performance (images and passive listeners)