Skip to content

surdarmaputra/wwwid-feed

Repository files navigation

WWWID Reader

Build Status

Simple content reader app for WWWID as part of WWWID PWA Challenge.

Demo

Features and Capabilites

  • List of feeds
  • Feed detail
  • Category filter with search box
  • List of feeds by category
  • Lazy load image (for some pages)

Getting Started

  1. Clone the repo
  2. Run yarn install

How to develop

  1. Run yarn run dev to fire up development server
  2. Start to code
  3. Run yarn run build to generate final app files

This project use webpack-dev-server to serve project files during development process. The configuration file for development located in webpack.dev.js.

Running the tests

  1. Run yarn run test to fire up jasmine

Here's the library used for testing:

All test scenarios located in directory spec.

Deployment

  1. Run yarn run deploy

We use gh-pages to deploy the app into GitHub Page.

Audit

We use Lighthouse to help us auditing and improving the app quality. Audit logs located in directory audits

License

MIT

Crafted with ❤️ by sdarmaputra