A static webpage that lacks accessibility converted to a mobile-ready web application. A design that is responsive on different displays and accessibile for screen reader use. Service worker added to create an offline experience for users.
- Replace
<MAPBOX KEY HERE>
with your own token from Mapbox - Install Python
- Python 2.x,
python -m SimpleHTTPServer 8000
- Python 3.x,
python -m http.server 8000
- Visit http://localhost:8000
GNU General Public License v3.0
Jennifer Nguyen