An app that will measure your knowledge of the Java keywords.
- Insert words and have them counted as a hit as soon as the player types the last letter of each word.
- After a hit, the input box will be cleared and focus will remain on the input box.
- There will be a 5 min timer to finish the game.
- If the player completes the quiz in less than 5 min, an alert will praise him.
- If the player doesn't complete within 5 min, an alert will tell him his score.
- There will be a button to start the timer.
- Architecture, Logic and Project Structure: MVVM
- Layout Structure: Storyboard and Xib structure, making it more visual and easy for new project collaborators to understand.
- UI Testing: Using the XCTest Framework to test the app use cases.
- Orientation: Supports Portrait and Landscape orientations mantaining the state of the application.
- iOS 9.0+
- Xcode 11.0+
- Built with Swift 5
Quiz Mobile App is released under the MIT license. See LICENSE for details.