Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.21 KB

Restaurant Reviews App


Introduction

This is the last project from Udacity Front-End Web Developer Nanodegree program. The objective of this project is to take an app that lacks responsiveness and make it Fully responsive and Availabile offline and Defined semantically and Accessible to users from all viewports.

How to use

These are simply the instructions Udacity as provided below to get the application running on a simple Python based server, and then get it opened in a browser. Assuming Python is on your system path, navigate to main folder of the project you downloaded or cloned above and do the following:

  1. Navigate to the main project folder and run the following in your terminal:
  • Python2.x: python -m SimpleHTTPServer 8000
  • Python3.x: python3 -m http.server 8000
  1. Open a browser such as Chrome or FireFox to:

Technologies used

  • HTML / HTML5
  • CSS / CSS3
  • JavaScript / ES6
  • Ajax with Fetch
  • Service Worker (ARIA roles)
  • Web Accessibility (Offline Availability)

License

This project is licensed under the MIT License - see the LICENSE.md file for more details.