diff --git a/README.md b/README.md index e75a5a1..60515d3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ and follow me on GitHub: #### Other projects +- [Currency Converter & Calculator](#transition-and-blur) - [Transition And Blur](#transition-and-blur) - [2048 Game](#2048-game) - [SFSymbols](#sfsymbols) @@ -110,6 +111,12 @@ For change state using `@State` as property: @State var show = false ``` +### SwiftUI Currency + +[Source](https://github.com/CurrencyConverterCalculator/iosCCCr) + + + ## Transition And Blur diff --git a/Resources/iosCCC.gif b/Resources/iosCCC.gif new file mode 100644 index 0000000..0b651cf Binary files /dev/null and b/Resources/iosCCC.gif differ