Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 702 Bytes

Fable News

An infinite news feed implemented with Fable (F#).

Functional requirements

  • User can infinitely scroll news feed;
  • User can click on a news item go to the source page in a new tab;
  • User can save favorite articles; (TODO)
  • User can see saved articles in a separate route. (TODO)

Prerequisites

In order to use Fable you will need the following tools:

How to use

  • npm ci — install dependencies;
  • npm run dev — start dev server;
  • npm run build — builds for production.