- Building a complete iOS application using SwiftUI and CoreData
- Integrating an external API (Google Books) to fetch and display data
- Designing user-friendly mobile interfaces with SwiftUI components
- Managing local data persistence and synchronization
- Debugging and improving app performance directly in Xcode
Welcome to my Projet4A. It's a SwiftUI App ( 2nd iOS app of my life ) that allows you to store your books. I used the google books api to research books. I used the famous KingFisher and SwiftyJSON libraries.
- Git flow
- MVVM architecture
- Data persistence with CoreData
- Clean architecture
- Api rest
- List of element (Books)
- SwiftUI and Swift
At the begining I wanted to create an app to track my reading speed with a chronometer in the app and indicate you your current page at the end of a reading session. To deliver a clean and functional work I have chosen to create an app to only store books. It's a student project for my 4th year of engineering at ESIEA France.
I used a lot of websites to understand some programming and development concept in SwiftUI
- https://swiftwithmajid.com/
- https://www.hackingwithswift.com/read/0/17/properties
- https://stackoverflow.com/questions/56437335/go-to-a-new-view-using-swiftui
- https://dev.to/thetealpickle/swiftui-state-and-binding-23j5
- https://www.youtube.com/channel/UCjDg7LaaMzmuhj6I1jTzb1Q
- https://www.youtube.com/channel/UCuP2vJ6kRutQBfRmdcI92mA
- https://www.youtube.com/channel/UCmJi5RdDLgzvkl3Ly0DRMlQ



