Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Counting characters of string in Swift is difficult!

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).