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:
- .NET Core SDK to work with F# files and dependencies;
- Node.js to execute JS code.
How to use
npm ci— install dependencies;npm run dev— start dev server;npm run build— builds for production.
On this page
Languages
F#76.0%CSS10.2%JavaScript8.0%HTML5.7%
Contributors
MIT License
Created November 12, 2019
Updated May 22, 2021