A simple Progressive Web AppPWA 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.
To install this project, you need to clone or download it.
git clone https://github.com/vinitshahdeo/ProgressiveNewsApp.git
cd ProgressiveNewsApp
🖥️ Live Demo
-
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 🤓
Light House Report
if (thisRepo.isAwesome()) {
// thanks in advance :p
starThisRepository();
}
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.