thovo / mws-restaurant-stage-1

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

Project Overview: Stage 3

This is the last stage of this project for Stage 3. To test it, please use the command below in your terminal(assume you arealdy have Python 2): python -m SimpleHTTPServer 8000

Or Python 3: python3 -m http.server 8000

The port default is 8000 but you can change it if your port is already taken by another process.

Open project at this link below: http://localhost:8000/

Sample to check a restaurant page: http://localhost:8000/restaurant.html?id=2

About

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


Languages

Language:JavaScript 73.7%Language:CSS 15.0%Language:HTML 10.8%Language:Python 0.5%