
Restaurant Review
A project converting a static webpage to a mobile-ready web application. Part of Udacity's Front-End Web Developer Nanodegree.
- HTML5 - CSS3 - WEB ACCESSABILITY - RESPONSIVE - SERVICE WORKER API - GITHUB -

For the Restaurant Review project, a static webpage was converted to a mobile-ready web application. The base code was provided by Udacity.
The static design that lacked any standard accessibility features, was converted to be fully responsive and accessible for screen reader use.
A service worker was also added to create a seamless offline experience for users.

This project involved the practical use of starting with code that has been written by someone else, and transforming it to be fully responsive.
Using skills learnt through Udacity's programme, I was able to add accessabilty features to ensure ease of use from all users.
A service woker was implemented to cache the pages for offline use, and update the pages when new code was uploaded, which is a feature that was also learnt through Udacity.