Awesome
<img src="./images/wifi.png" width="100px" height="100px"/> <h1>Progressive News App<sup>PWA</sup> </h1></a>A simple Progressive Web App<sup>PWA</sup> that brought news from a variety of sources using News API. See demo.
A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users. Learn more about why Progressive Web Apps will replace native Mobile Apps.
Getting started
To install this project, you need to clone or download it.
git clone https://github.com/vinitshahdeo/ProgressiveNewsApp.git
cd ProgressiveNewsApp
<a href="https://vinitshahdeo.github.io/ProgressiveNewsApp/"><img src="./images/news.png" width="15%" height="15%"/></a>
:desktop_computer: Live Demo
Running locally
-
Serve folder with your server of choice. For instance by using
npm install -g serve
-
Make sure you are in the same path:
cd ProgressiveNewsApp
-
Run
serve .
-
Browse http://localhost:5000
-
Turn off your WiFi/Internet and see if it works :nerd_face:
Light House Report
Useful Resources
Recommended Reading
Author
<a href="https://twitter.com/Vinit_Shahdeo"><img src="images/twitter.png" width="32px" height="32px"></a> <a href="https://www.facebook.com/vinit.shahdeo"><img src="images/facebook.png" width="32px" height="32px"></a> <a href="https://www.linkedin.com/in/vinitshahdeo/"><img src="images/linkedin.png" width="32px" height="32px"></a>
if (thisRepo.isAwesome()) {
// thanks in advance :p
starThisRepository();
}
<sub><strong>If you find a bug or think something could be better, please file an issue! If you think a code change should be made, feel free to raise a PR.</strong></sub>