Skip to content

Responsive Mobile-ready Restaurant Reviews web application designed to work offline using a service worker.

Notifications You must be signed in to change notification settings

Nikitas-io/Restaurant-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Reviews App

Project Overview

Responsive Mobile-ready Restaurant Reviews web application designed to be accessible for screen reader use. I added a service worker to begin the process of creating a seamless offline experience for the user, by caching the page's data.

Run the app

I used a simple HTTP server to serve up the site files on my local computer using Python. I used Python 3.x to spin up the server by running: python -m http.server 8000 in the terminal. With my server running, I visited: http://localhost:8000.

Dependencies

  • This repository uses leafletjs with Mapbox, to run its maps.
  • I also imported fonts from google-fonts to use them for the site's main header.

Accessibility Guidelines

I tried my best to follow the 4 core principles of the Web Content Accessibility Guidelines (WCAG): Percievable: Making sure users can percieve content. Operable: Users can use UI components and navigate the content. Understandable: Users understand the content. Robust: The content can be consumed by a wide variety of user agents and can in work with assistive technology.

About

Responsive Mobile-ready Restaurant Reviews web application designed to work offline using a service worker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published