karomamczi / mws-restaurant-reviews

Udacity's "Mobile Web Specialist Restaurant Reviews App" 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

Specifications

Restaurant Reviews app meets conditions of:

  • responsive design,
  • comfortable use in the browser on the computer, as well as on any mobile device,
  • accessiblity for screen reader use,
  • working offline,
  • cashing data.

Getting Started, Prerequisites, Installing

  1. In the main folder of this repo, run npm install and then, bower install, in order to install dependencies.
  2. After installation start the app with gulp serve command.
  3. A window or new tab in your browser will show up as http://localhost:8000.

Local server

  1. Download Stage 3 repository, which contains node server.
  2. Install dependencies via npm install.
  3. Within that project run server via node server.
  4. Keep it running along with http://localhost:8000 from this repo.

You may find more information in the README file of the Stage 3 project.

API for maps

Spatial visualization is enabled with Google Maps API (for development use only). You can switch to leaflet branch to see Leaflet.js API implementation.

Certification

Completing this course enabled me to receive the Mobile Web Specialist Nanodegree Certificate.

About

Udacity's "Mobile Web Specialist Restaurant Reviews App" Project

License:MIT License


Languages

Language:JavaScript 73.4%Language:CSS 14.6%Language:HTML 12.0%