In Restaurant Reviews projects we incrementally convert a static webpage to a mobile-ready web application. In Stage One, we have been given a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. We have also converted this to a Progressive Web Application by caching some assets for offline use.
Key Features • How To Use • Credits • License • Acknowledgments
- Leaflet.js & MapBox for maps.
- Responsive design.
- ServiceWorker features.
- Works Offline.
git clone
the repository.- run
npm install
. - and then
npm start
. - then open port 8081 in your favorite browser.
- Special thanks to Udacity Team