Skip to content

Commit

Permalink
Merge pull request #96 from omochi/showcase
Browse files Browse the repository at this point in the history
事例紹介を追加
  • Loading branch information
omochi authored May 2, 2024
2 parents f74e97b + c81812a commit 07a2438
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ Swift Packageから依存ライブラリとして追加してください。

- [CartonExample](./CartonExample): Carton を利用した構成例です。最初に試してみる時はこれがオススメです。
- [BrowserTests](./BrowserTests): 手動で構築した例です。複雑なカスタマイズをする時の参考になるでしょう。

## 事例紹介

Swift React を利用したウェブサイトを紹介します。

- [Swift String Counter](https://omochi.github.io/swift-string-counter-web) ([GitHub](https://github.com/omochi/swift-string-counter-web)): 文字を数えるウェブページです。
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ As buildable examples that operate on the browser, there are the following two s

- [CartonExample](./CartonExample): This is an example configuration using Carton. It is recommended to try this first.
- [BrowserTests](./BrowserTests): This is a manually constructed example. It will be helpful as a reference when making complex customizations.

## Showcase

Introducing websites implemented using Swift React.

- [Swift String Counter](https://omochi.github.io/swift-string-counter-web) ([GitHub](https://github.com/omochi/swift-string-counter-web)): A web page for counting characters.

0 comments on commit 07a2438

Please sign in to comment.