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.
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:
- 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
- Open a browser such as Chrome or FireFox to:
- HTML / HTML5
- CSS / CSS3
- JavaScript / ES6
- Ajax with Fetch
- Service Worker (ARIA roles)
- Web Accessibility (Offline Availability)
This project is licensed under the MIT License - see the LICENSE.md file for more details.