Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omochi/swift-string-counter-web
Counting characters of string in Swift is difficult!
https://github.com/omochi/swift-string-counter-web
Last synced: 14 days ago
JSON representation
Counting characters of string in Swift is difficult!
- Host: GitHub
- URL: https://github.com/omochi/swift-string-counter-web
- Owner: omochi
- Created: 2024-04-30T13:50:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:08:02.000Z (6 months ago)
- Last Synced: 2024-08-11T03:03:55.265Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a web page that provides a character counting feature.
Please access it from the following URL.https://omochi.github.io/swift-string-counter-web
# Implementation
It is implemented in Swift and has a binary compiled to Wasm that runs on your browser.
[Swift React](https://github.com/omochi/swift-react) is used for HTML rendering.# Development
Development utilizes hot reloading provided by [Vite](https://vitejs.dev).