guanxin0206 / mws-restraunt-reivews

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

How To View This Project

Use http-server in your terminal installed by npm or by using http.server in python module like python3 -m http.server 3000

  1. With the server running, visit the site: http://localhost:3000

Project ADDENDUM:

This repository is using leafletjs with Mapbox jpg tiles optimized with quality:70. I replaced with my token from Mapbox.


Reference:

https://github.com/ChavahJ/mws-restraunt-reivews

About

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


Languages

Language:JavaScript 64.8%Language:CSS 19.7%Language:HTML 15.5%