flanzana / restaurant-reviews-app

My project #6 for Udacity: Restaurant Reviews App Part 1. Responsive design, accessibility and service worker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant Reviews App

Introduction

For the Restaurant Reviews project, I took a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. I added a service worker to begin the process of creating a seamless offline experience for my users.

Installation

  • Clone or download the repo Restaurant Reviews.
  • Run python3 -m http.server 5555 in your terminal if you have Python installed on your computer. If you don't have Python installed, navigate to Python's website to download and install the software.
  • Visit the localhost website.

How I built the app

I have been provided the code for a restaurant reviews website. The code had a lot of issues. It was barely usable on a desktop browser, much less a mobile device. It also didn’t include any standard accessibility features, and it didn’t work offline at all. My job was to update the code to resolve these issues while still maintaining the included functionality. I implemented the required features in three areas: responsive design, accessibility and offline use.

Sources

About

My project #6 for Udacity: Restaurant Reviews App Part 1. Responsive design, accessibility and service worker.


Languages

Language:JavaScript 59.1%Language:CSS 25.0%Language:HTML 15.9%