-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from jamesjohnson280/documentation
Documentation
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
# Hello-PWA | ||
# Hello PWA | ||
The classic Hello World program as a Progressive Web App | ||
|
||
![Hello World Screenshot](./screenshot.jpg "Hello World Screenshot") | ||
|
||
## What It Is | ||
|
||
A simple PWA demo that displays the text "Hello, World!" utilizing an app manifest, service workers and caching. This demo is written in plain-vanilla HTML, CSS and Javascript (ES6). It has no dependancies. | ||
|
||
## Demo | ||
|
||
https://jamesjohnson280.github.io/Hello-PWA/ | ||
|
||
## Browser Compatibility | ||
|
||
Hello PWA has been tested in the following browsers: | ||
|
||
* Chrome 67 (Windows and Android) | ||
* Firefox 60 | ||
* Safari 11 | ||
* Edge 42 |
Binary file not shown.