The Udacity Restaurant Reviews project is part of both the Front-end Web Development and Mobile Web Specialist Nanodegree. Students were expected to incrementally convert a static webpage to a mobile-ready web application. The stage took a static design that lacked accessibility and converted the design to be responsive on different sized displays and accessible for screen reader use. It also required the addition of a service worker to begin the process of creating a seamless offline experience for users.
Download or clone this repository.
Navigate to the root directory and spin up a Python server to serve up the files locally.
Check your Python version by entering python -V- if you don't have Python installed, visit the Python page and follow the instructions. If you have Python 2.x, spin up a server with python -m SimpleHTTPServer 8000 If you have Python 3.x, spin up a server with python3 -m http.server 8000 Once your server is running, visit http://localhost:8000