Simple iOS app, which loads images from https://api.nasa.gov/. The API which is used is called APOD which stand for Astronomy picture of the day. Each day a different image or photograph is fascinating universe is featured, along with a brief explanation written by a professional astronomer. By cliking on the image a details view will appear with the brief explanation about the image.
The app is coded using Swift and SwiftUI for the user interface. It was designed to use a new feature starting from iOS 15, that's why the deployment target for this app is iOS 15+. Very simple and user friendly app.
Since the app uses a free API calles from NASA. The limitation for the requests are listed at the top left side. After reaching the limitation the app will no longer load data untill the data limitation is restarted.
- iOS 15.0+
- Xcode 13+