https://github.com/diegom1/nypopulararticles
SwiftUI App using SwiftData to show the most popular articles by share type and period of time.
https://github.com/diegom1/nypopulararticles
async-await ios-app swiftdata swiftui xcode
Last synced: 8 months ago
JSON representation
SwiftUI App using SwiftData to show the most popular articles by share type and period of time.
- Host: GitHub
- URL: https://github.com/diegom1/nypopulararticles
- Owner: DiegoM1
- Created: 2024-02-18T20:15:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T05:31:17.000Z (about 1 year ago)
- Last Synced: 2025-03-30T02:32:30.271Z (12 months ago)
- Topics: async-await, ios-app, swiftdata, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NYPopularArticles
SwiftUI App to show the most popular articles by share type and period of time. Development using SwiftData, async - await, ContentUnavailableView, Unit test, not third party libraries.
Documentation -> developer.nytimes.com/docs/most-popular-product/1/overview
## Installation
There is not third party libraries so there is any special installation but you are going to need to create a new string value with the key "Api_key" in the info.plist, if no the app is going to crash cause a fatal error.

## UI Screens
| Popular Articles | Liked Articles |
| --------------- | ------------ |
|  |  |
## GIFs
| Expand details, webView | Different service calls | Liked Articles |
| ---------- | -------- | -------- |
| |  |  |
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.