Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kt3k/fraktur
𝔉𝔯𝔞𝔨𝔱𝔲𝔯 converter
https://github.com/kt3k/fraktur
fraktur
Last synced: 19 days ago
JSON representation
𝔉𝔯𝔞𝔨𝔱𝔲𝔯 converter
- Host: GitHub
- URL: https://github.com/kt3k/fraktur
- Owner: kt3k
- Created: 2020-09-19T16:15:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T17:06:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T23:36:03.417Z (about 1 month ago)
- Topics: fraktur
- Language: CSS
- Homepage: https://kt3k.github.io/fraktur/
- Size: 146 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 𝔉𝔯𝔞𝔨𝔱𝔲𝔯 converter
See https://kt3k.github.io/fraktur
This is a showcase of single page utility app of 2020.
# Architecture
- Hosting: GitHub Pages
- Styling: [sakura.css](https://github.com/oxalorg/sakura)
- Nice classless css framework
- So I didn't do any styling work on this app!
- UI interaction: [capsid.js](https://github.com/capsidjs/capsid)
- See [this source](https://github.com/kt3k/fraktur/blob/main/main.ts). It's really short and totally easy to understand (if you know capsid.js).
- Packaging: parcel
- You don't need much configuration (but actually [not a zero configuration](https://github.com/kt3k/fraktur/blob/main/package.json#L8) unfortunately)So the actual "source code" of this app is [index.html](https://github.com/kt3k/fraktur/blob/main/index.html) and [main.ts](https://github.com/kt3k/fraktur/blob/main/index.html). They are just 41 sloc in total, and realize this application. I'm very satisfied with this situation 😌