Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miriarte33/restaurant-reviews-app
- Owner: miriarte33
- Created: 2018-08-20T13:50:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T21:23:47.000Z (about 6 years ago)
- Last Synced: 2023-12-26T20:54:53.091Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.