Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.15 KB

Headlines

News in realtime

Features

  • Users should be able to view top headlines based on country (filters).
  • Users should be able to select sources and view headlines based on sources (filters).
  • Users should be able to search through a list of sources.
  • Users should be able to click links to the original articles and be redirected to them on a new tab.
  • There should be push notifications when there are new headlines.
  • Users should be able to create lists (e.g.favourites) and group articles in these lists.
  • Allow for unobtrusive app updates
  • Get the user onto the latest version
  • Continually update cache of news
  • Cache images of news

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.