Skip to content

Commit 231333a

Browse files
committed
add delivery-calculator app
1 parent bf8cef9 commit 231333a

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

docs/cv.pdf

923 Bytes
Binary file not shown.

docs/formal.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ <h2>Code</h2>
8383
<ul>
8484
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/currency-converter">github</a>.</li>
8585
<li><a href="https://functora.github.io/apps/lightning-verifier">lightning-verifier</a> - An app for offline verification of <a href="https://lightning.network/">Lightning Network</a> invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier">github</a>.</li>
86+
<li><a href="https://functora.github.io/apps/delivery-calculator">delivery-calculator</a> - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator">github</a>.</li>
8687
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/functora">functora</a> - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.</li>
88+
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
8789
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/bfx">bfx</a> - Bitfinex cryptocurrency exchange client library for Haskell.</li>
8890
<li><a href="https://github.com/21it/rentier">rentier</a> - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.</li>
8991
</ul>

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ <h2 class="text-center">Code</h2>
117117
<ul>
118118
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/currency-converter">github</a>.</li>
119119
<li><a href="https://functora.github.io/apps/lightning-verifier">lightning-verifier</a> - An app for offline verification of <a href="https://lightning.network/">Lightning Network</a> invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier">github</a>.</li>
120+
<li><a href="https://functora.github.io/apps/delivery-calculator">delivery-calculator</a> - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator">github</a>.</li>
120121
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/functora">functora</a> - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.</li>
122+
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
121123
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/bfx">bfx</a> - Bitfinex cryptocurrency exchange client library for Haskell.</li>
122124
<li><a href="https://github.com/21it/rentier">rentier</a> - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.</li>
123125
</ul>

pub/functora-hakyll/index/2015-08-03-code.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ fontawesome: "fab fa-git-alt"
99

1010
- [currency-converter](https://functora.github.io/apps/currency-converter) - An app for converting currencies, generating financial documents, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on [github](https://github.com/functora/functora.github.io/tree/master/ghcjs/currency-converter).
1111
- [lightning-verifier](https://functora.github.io/apps/lightning-verifier) - An app for offline verification of [Lightning Network](https://lightning.network/) invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on [github](https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier).
12+
- [delivery-calculator](https://functora.github.io/apps/delivery-calculator) - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on [github](https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator).
1213
- [functora](https://github.com/functora/functora.github.io/tree/master/pub/functora) - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.
14+
- [miso-functora](https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora) - Reusable Miso widgets, composable through optics.
1315
- [bfx](https://github.com/functora/functora.github.io/tree/master/pub/bfx) - Bitfinex cryptocurrency exchange client library for Haskell.
1416
- [rentier](https://github.com/21it/rentier) - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.
1517

0 commit comments

Comments
 (0)