Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miriarte33/restaurant-reviews-app

Offline-First Progressive Web App For Restaurant Reviews
https://github.com/miriarte33/restaurant-reviews-app

Last synced: about 15 hours ago
JSON representation

Offline-First Progressive Web App For Restaurant Reviews

Awesome Lists containing this project

README

        

# Stage 1 Restaurant Reviews App

## Project Overview:
Project for Udacity Front-End Nanodegree program. The task was to convert a static site into one with a responsive design, accessibility features, and a service worker for giving the users old cache data if they are without connection.

## To Run:
Clone this repository and cd to the project directory in terminal. Start a localhost server with [Python](https://www.python.org/downloads/), using ```python -m SimpleHTTPServer 8000``` on python2, and ```python3 -m http.server 8000```. Aftwerwards, go to ```localhost:8000``` in your browser.