Live link : click here
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.
- Clone the repository
$ git clone https://github.com/sb39/Restraunts-Reviews-App-Stage-1.git
- open terminal inside the folder
- 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
- open the site in your browser at
http://localhost:8000
- the site can also render itself
offline
after its first load. so that seamless experience could be achieved
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.
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.