Skip to content

jamalhassouni/pwa-news-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Details

I created a simple News Progressive Web App (PWA) application that brought news from a variety of sources using Newsapi and Javascript The application is responsive and easy to use Online demo can be found on https://jamalhassouni.github.io/pwa-news-Application/

Home page :

home page

Phones :

phones page

Lighthouse Results :

Image of lighthouse

Installing / Getting started

To install this project you need to clone or download it.

git clone https://github.com/jamalhassouni/pwa-news-Application.git
cd pwa-news-Application

Running locally

Serve folder with your server of choice. For instance

  1. by using npm install -g serve.

  2. Make sure you are in the same path

   cd pwa-news-Application 
  1. Run serve .
  2. Now you can browse http://localhost:5000

Technology

  • HTML
  • CSS
  • Javascript
  • ES6