Skip to content

akaanuzman/GithubClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👨🏻‍💻 GithubClone

🔎 Preview

Preview.mp4

🇹🇷 Türkçe

  • 📁 Klasör Yapısı, Yazılım Mimarisi ve Teknik Detaylar

    • Verilen çalışma SwiftUI ile geliştirilmiş olup temiz kod yazılımına ve SOLID prensiplerine oldukça dikkat edilmeye çalışılmıştır. Ayrıca API istekleri için Unit Test yazılmış olup tüm test senaryoları başarılı bir şekilde geçmiştir. Swift programlama dilinin ve nesne yönelimli programlamanın tüm efektif özelliklerinin kullanılmasına özen gösterilmiştir. SwiftUI framework'ünün vermiş olduğu özellikler, esneklikler kullanılmaya ve uygulanmaya çalışılmıştır.Design Pattern olarak MVMM kullanılmış olup tasarım kısmında ise Atomic Design metodolijisi uygulanmıştır.
    • Klasör yapısı olarak products klasörü altında enum type'lar, extensionlar, network katmanı, view modifier'lar gibi yapılar bulunmaktadır. Uygulama içi bulunan tüm ekranlarımız modellerimiz ve view model sınıflarımız features klasörü altında yerini almaktadır.

🏴󠁧󠁢󠁥󠁮󠁧󠁿 English

  • 📁 Folder Structure, Software Architecture and Technical Details

    • The given work has been developed with SwiftUI and a great deal of attention has been paid to clean code software and SOLID principles. In addition, Unit Test has been written for API requests and all test scenarios have been passed successfully. Care has been taken to use all the effective features of the Swift programming language and object-oriented programming. The features and flexibility provided by the SwiftUI framework were tried to be used and applied. MVMM was used as the Design Pattern, and the Atomic Design methodology was applied in the design part.
    • As a folder structure, there are structures such as enum types, extensions, network layer, view modifiers under the products folder. All our screens, models and view model classes in the application are located under the features folder.