Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 859 Bytes

Restaurant Review App

Udacity project #no. 3 - Restaurant review project focusing on accessibility. All reviews data and images are were constructed by combining Foursquare and Google places api calls.

Features & Technologies

  • Webpack build system.
  • Live reloading.
  • ES6 via Babel.
  • Linting via ESLint.
  • Accessibility
  • HTML 5
  • Mithril
  • Firebase

Installation

Get started by intalling npm; please follow this tutorial -> http://blog.npmjs.org/post/85484771375/how-to-install-npm

  • npm install

Running

  • Run npm run server

View demo in the browser at 'http://localhost:1337'

Aria Navigation

To navigate the page using only keyboard, use Tab, Shift + Tab, Enter and Esc keys.

License

Copyright (c) 2015 Richard Ivan.

Licensed under the MIT license.