purescript-comonad-rss
July 1, 2018 ยท View on GitHub
RSS feed reader written for the second part of my bachelor thesis: A Real-World Application with a Comonadic User Interface, which features an extension of the model presented by Phil Freeman on Declarative UIs are the Future โ And the Future is Comonadic! with support for asynchronous effects in response to user interaction and composition of components with powerful communication schemes.

Build instructions
In order to build this application one must have the PureScript compiler (version 0.12.0) installed, as well as the npm and bower tools for package management.
After installing the prerequisites, run:
make
TODOs
- Load feeds from local storage;
- Save new feeds to local storage;
- Add link to original article in RSS items;
- Improve initial loading.