This is a project within the Udacity Front-End Nanodegree where the task was to convert a static website into a mobile-ready web application. Areas of focus are mobile responsiveness for different screen sizes, standard accessibility features for screen reader use and offline functionality.
The website serves as a guide for restaurants in New York. It is possible to filter for neighboorhoods and cuisines. The restaurant view shows more details such as opening hours and also customer reviews.
-
Download or clone the repo.
- Start up a simple HTTP server via the terminal (f.e. using Python)
python 2.x
python -m SimpleHTTPServer 8000
python 3.xpython3 -m http.server 8000
- With your local server up and running visit
http://localhost:8000
- Start up a simple HTTP server via the terminal (f.e. using Python)
python 2.x
-
Check out the site online (link coming soon)