Surf test assignment
The app includes a mini resume function, the "My skills" block is editable, the rest is hard-coded. The screen can be scrolled. Developed on UIKit with no third party libraries, only native tools.
- Store data in UserDefaults
- Support for two themes
- Support for landscape and portrait orientation
- Two language localisation
- Clone or download the repo:
git clone https://github.com/justSmK/Mini-CV.git
- Open
Mini CV.xcodeproj
in Xcode. - You can choose a scheme with English or Russian
- Build and run the project on the iOS simulator or a real device.
This project follows the MVC architecture pattern. It also uses dependency injection and assembly for initializing and linking all the components of the app together.







