This repository contains all code and documentation related to my bachelor thesis:
ZÁRYBNICKÝ, Jakub. A Haskell Platform for Creating Progressive Web Applications. Brno, 2019. Backelor's thesis. Brno University of Technology, Faculty of Information Technology. Supervisor Ing. Ondřej Lengál, Ph.D.
For trying out the code in this repository, you either need to install
Nix and NixOps using the
instructions on their websites, or use a VirtualBox appliance with all the
necessary tools and dependencies - get it
here. The
login is demo
(password demo
), and the contents of this repository are
bundled with the image in ~/thesis
. The source code for the image is available
in nix/vbox.nix).
doc-midterm-report/
- midterm progress reportdoc-midterm-presentation/
- presentation for the midterm defence of the thesisdoc-final-thesis/
- sources for the thesis itselfdoc-final-presentation/
- presentation for the final defence of the thesissrc/
- source code for the librariessrc-demo/
- demonstration applicationssrc-snippets/
- short snippets of code that weren't incorporated into other parts