Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 885 Bytes

File metadata and controls

19 lines (15 loc) · 885 Bytes

Restaurant Reviews App: Stage 1

Site is published at https://ivanjankovic.github.io/gwg-udacity-fend-p5-mws-restaurant-stage-1/

Quick overview of changes done to the starter code:

  • root files

    • index.html & restaurant.html >> a tag href attibute changed from '/' to './' and added link to script_.js
    • created service-worker.js >> for offline loading
  • js folder files

    • main.js >> mapboxToken value set and a11y adjustments made from line 164 to 180
    • restaurant_info.js >> mapboxToken value set and a11y adjustments made line 92
    • dbhelper.js >> github linking issue resolved with line 12 and 154, a11y modification on line 158
    • created script_.js >> 95% of work is in this file and styles_.css
  • data folder files

    • restaurant.json >> pictures descriptions added
  • css folder files

    • created styles_.js >> 95% of work is in this file and script_.css