FEND Restaurant Review App

Responsive Design, Service Worker and Accessibility.

Users

This is an app where you can search your favorite restaurant.

Use the dropdown lists to filter your result (on the main page).

See the updated map when you change your selection.

The restaurant's details include some reviews, the address and the opening hours.

Developers

  • Clone the repository
  • Go to the folder: 'restaurant-review-app-project'
  • Run the server using the following command depending on your Python Version:

Python 2 Version

python -m SimpleHTTPServer 8000

Python 3 Version

python -m http.server 8000

  • Go to localhost:8000 to open the website.