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

adam-aph/mws-restaurant-stage-1

 
 

Repository files navigation

Mobile Web Specialist Certification Course


Three Stage Course Material Project - Restaurant Reviews

Project Overview: Stage 3

For the Restaurant Reviews projects, we incrementally convert a static webpage to a mobile-ready web application. The design creates application responsive on different sized displays and accessible for screen reader use. It uses service worker to create a seamless offline experience for users.

Dependencies

This project has no dependencies on external libraries, it is built on the top of HTML, Javascript and CSS. It requires running Stage 3 Server on port 1337.

How to install

To install it copy the project contents to your local environment.

How to run

  1. Start server:

    • cd /mws-restaurant-stage-3
    • node server
  2. Start application

    • cd /mws-restaurant-stage-1
    • simplehttpserver
  3. Open the browser page

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.2%
  • CSS 19.2%
  • HTML 18.6%