Skip to content

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

Notifications You must be signed in to change notification settings

abdoutelb/restaurants

 
 

Repository files navigation

Mobile Web Specialist Certification Course


Three Stage Course Material Project - Restaurant Reviews

Project Overview: Stage 1

For the Restaurant Reviews projects, you will incrementally convert a static webpage to a mobile-ready web application. In Stage One, you will take a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. You will also add a service worker to begin the process of creating a seamless offline experience for your users.

Specification

You have been provided the code for a restaurant reviews website. The code has a lot of issues. It’s barely usable on a desktop browser, much less a mobile device. It also doesn’t include any standard accessibility features, and it doesn’t work offline at all. Your job is to update the code to resolve these issues while still maintaining the included functionality.

How to start?

I use this http-server along with CORS extention for chrome.

Project Overview: Stage 2

How to start?

I am using gulp task runner.

Hit npm install

then run gulp in your root

Project Overview: Stage 3

How to start?

I am using gulp task runner.

Hit npm install

then run gulp in your root

DON'T forget running api server

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.3%
  • CSS 22.1%
  • HTML 14.6%