Acknowledgement
Following libraries, tutorials, and books played a significant role in the development of this app. I would like to express my gratitude for their contributions.
3rd Party Libraries
Open Props
Open Props is a set of CSS custom properties (variables) that make it easy to create beautiful, consistent designs.
Open Props is used to style the output template.
swift-html
swift-html is a Swift library for generating HTML. It provides a type-safe way to create HTML documents and elements.
swift-html is used to generate most of the HTML for the app.
IDB-Keyval
IDB-Keyval is a small library that provides a simple API for using IndexedDB.
IDB-Keyval is used to store the app's settings and data.