This is my repository for Udacity's project#5 using Udacity starter code (forked from udacity/mws-restaurant-stage-1).
A static webpage converted to a mobile-ready web application responsive on different sized displays and accessible for screen reader use, starting the process of creating a seamless offline experience for users.
Your project will be evaluated by a Udacity code reviewer according to the Restaurant Reviews project rubric. Please review for detailed project requirements. The rubric should be a resource you refer to periodically to make sure your project meets specifications.
This repository uses leafletjs with Mapbox. You need to replace <your MAPBOX API KEY HERE> with a token from Mapbox. Mapbox is free to use, and does not require any payment information.
Fork and clone the starter repository. The code in this repository will serve as your baseline to begin development. From inside the new directory, launch a local client server using Python from your terminal:
- Python 2: python -m SimpleHTTPServer 8000
- Python 3: python3 -m http.server 8000
- Visit the site in your browser at http://localhost:8000
- git clone origin
- git add .
- git commit -m "Any message"
- git push origin master
Helpful links for this project:
This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.