Xcode 14.2, iOS 16+
- SwiftUI
- A user can generate some text with a button. Generated text consists of alphanumeric characters, separated with spaces only (for simplicity).
- This text varies in length with a default bounds of 1 to 100 words. Word length varies with default bounds of 1 to 15 characters.
- A user can see the generated text word count
- A user can edit the text, word count will update accordingly
- Added unit tests for generator
dark | light |
---|---|
- Separate words with punctuation and count words accordingly