Individual Project
|
Tech interview Tech interview assignment. Make complete bowling point recording app. Solved it with DFS algorithm to track the points (Strike get two bonus points, Spare gets one). Show available points based on previous play. Highlight current trial with animation.
Tech stack: UIKit(no storyboard), SnapKit, Swift Tech interview Tech interview assignment. Using Rest API, Docker, Firebase, UIKit, and SnapKit. All the UI elements and fonts are corresponding to the size of the phone. The app displays the items and merchant's information, and has Firebase Authentication. The users can edit their information from setting tab. All the data will be saved on the server
Tech stack: UIKit(no storyboard), SnapKit, Swift, Rest API, Docker, Firebase MovieDB(UIKit) MovieDB is an app that provide movie information with table view and collection view.
This project made with pure SwiftUI (no third parties), MVVM frame work, and Combine for API fetches. MovieDB(SwiftUI) MovieDB is an app that provide movie information with table view and collection view.
This project made with pure SwiftUI (no third parties), MVVM frame work, and Combine for API fetches. In table view, the movies displayed as a bunnies card design. With the shadow on the back, the user can focus for each movie. In collection view, each movie poster has color frame that indicates the age policies. |
|
Bullseye Bullseye is a simple game, that the user moves the slide bar for the target number.
This app is a tutorial course from https://www.raywenderlich.com/ With this tutorial, understood the layout of iOS app, UiKit, and views |
|
Task manager Task manager is an app, which the users can edit and add with priority level of each task.
This app is a tutorial course from https://www.raywenderlich.com/ With this tutorial, understood the table view, cells, and items |