Skip to content

ivanjankovic/gwg-udacity-fend-p5-mws-restaurant-stage-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Restaurant Reviews App: Stage 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 25.3%
  • HTML 11.3%