Skip to content

sb39/Restraunts-Reviews-App-Stage-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Reviews App—Stage 1


Live link : click here

Project Overview: Stage 1

For the Restaurant Reviews-Stage 1 project is a static webpage to a mobile-ready web application.It has static design that has accessibility and has the designs to be responsive on different sized displays and accessible for screen reader use. It also has a service worker to begin the process of creating a seamless offline experience for your users.

How to run this application:

  1. Clone the repository $ git clone https://github.com/sb39/Restraunts-Reviews-App-Stage-1.git
  2. open terminal inside the folder
  3. launch a local client server using Python from your terminal: (a) Python 2: python -m SimpleHTTPServer 8000 (b) Python 3: python3 -m http.server 8000
  4. open the site in your browser at http://localhost:8000
  5. the site can also render itself offline after its first load. so that seamless experience could be achieved

Leaflet.js and Mapbox[DEPENDENCIES]:

This repository uses leafletjs with Mapbox. You need to replace mapboxToken with a token from Mapbox. Mapbox is free to use, and does not require any payment information.

Note about ES6

Most of the code in this project has been written to the ES6 JavaScript specification for compatibility with modern web browsers and future proofing JavaScript code.