Study project. The app for storing favourite places
OVERVIEW
This is a project that I did while taking courses from Swiftbook. This app is for storing favourite places.
You can create a new place and then get directions to it on map.
Project details:
- MVVM three-layers architecture with active model.
- Used Realm,
- Used SnapKit,
- Used Mapkit,
In the lessons, the app was created using a storyboard, but I made it programmatically.