Skip to content

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

Notifications You must be signed in to change notification settings

MarinaShvachko/mws-restaurant-stage-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Reviews: Stage 1

Project Overview:

For the Restaurant Reviews projects, we should convert a static webpage to a mobile-ready web application and accessible for screen reader use. We also should add a service worker to provide offline work of the website.

How open my website?

  1. Git clone https://github.com/MarinaShvachko/mws-restaurant-stage-1.git

  2. Open a terminal (cmd in Windows), 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.

  3. With your server running, visit the site: http://localhost:8000there you can see the website

  4. For checking offline work you should open a Developer tools (Ctrl + Shift + I for Chrome) and choose "Offline"

For checking a screen reader work I recommend:

  1. Open Google Chrome https://www.google.ru/chrome/

  2. Install an Extension ChromeVox https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn?hl=ru (it is free)

  3. Activate ChromeVox

  4. Go to site localhost:8000

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • CSS 29.1%
  • HTML 15.1%