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

amanfrinati/mws-restaurant-stage-1

 
 

Repository files navigation

Mobile Web Specialist Certification Course by Udacity


Three Stage Course Material Project - Restaurant Reviews

Project Overview

For the Restaurant Reviews projects, I incrementally converted a static webpage to a mobile-ready web application.

In Stage One, I take a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. I added a service worker to begin the process of creating a seamless offline experience for your users.

In Stage Two, I implemented a cache DB to store data localy on PWA.

In Stage Three, I improved the offline function of this PWA. With this step user can add him review both online and offline. User also can check him favorite restaurants.

Specification

To run the project, you need to build the dist directory. In this folder, run:

  1. npm install.
  2. grunt, to build the responsive images.
  3. gulp, to build the project.

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

  • CSS 49.0%
  • JavaScript 44.4%
  • HTML 6.6%