Skip to content

Commit

Permalink
Update readme with link to tour (#109)
Browse files Browse the repository at this point in the history
* Update readme.

* wip
  • Loading branch information
mbrandonw authored May 19, 2021
1 parent 6185589 commit d9d4e77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Available on the [App Store](https://www.isowords.xyz/app-store) now!

[isowords](https://www.isowords.xyz) is a large, complex application built entirely in Swift. The iOS client's logic is built in the [Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture) and the UI is built mostly in SwiftUI with a little bit in SceneKit. The server is also built in Swift using our experimental web server libraries.

We published a [4-part series of videos](https://www.pointfree.co/collections/tours/isowords) covering these topics and more on [Point-Free](https://www.pointfree.co), a video series exploring functional programming and the Swift language, hosted by [Brandon Williams](https://twitter.com/mbrandonw) and [Stephen Celis](https://twitter.com/stephencelis).

<a href="https://www.pointfree.co/collections/tours/isowords">
<img alt="video poster image" src="https://i.vimeocdn.com/video/1127151635.jpg" width="600">
</a>

<br><br>

Some things you might find interesting:

### The Composable Architecture
Expand Down

0 comments on commit d9d4e77

Please sign in to comment.