{"id":26317789,"url":"https://github.com/mor4eza/nx-content","last_synced_at":"2025-10-25T12:03:47.235Z","repository":{"id":281796580,"uuid":"946444969","full_name":"Mor4eza/NX-Content","owner":"Mor4eza","description":"iOS and MacOS Client for browsing Available content for NX Shop","archived":false,"fork":false,"pushed_at":"2025-03-11T07:30:33.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T07:38:23.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mor4eza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-11T06:35:32.000Z","updated_at":"2025-03-11T07:30:37.000Z","dependencies_parsed_at":"2025-03-11T07:38:28.297Z","dependency_job_id":"7b417615-f877-451a-8f56-81d6d3eac266","html_url":"https://github.com/Mor4eza/NX-Content","commit_stats":null,"previous_names":["mor4eza/nx-content"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mor4eza/NX-Content","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor4eza%2FNX-Content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor4eza%2FNX-Content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor4eza%2FNX-Content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor4eza%2FNX-Content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mor4eza","download_url":"https://codeload.github.com/Mor4eza/NX-Content/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mor4eza%2FNX-Content/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280951033,"owners_count":26418954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T14:15:10.141Z","updated_at":"2025-10-25T12:03:47.198Z","avatar_url":"https://github.com/Mor4eza.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NX-Content App\n\nThis is an iOS and MacOS app designed to display Nintendo Switch game titles. The app allows users to browse games, view detailed information, add games to a wishlist, and explore related content (updates, and DLCs). The app is built using Swift, SwiftUI, and SwiftData for local data persistence.\n\n---\n\n## Features\n\n### 1. **Game List View**\n   - **Browse Games**: View a list of Nintendo Switch games.\n   - **Search**: Search for games by name.\n   - **Sorting**: Sort games by name, release date, or size.\n   - **Pagination**: Load more games as you scroll.\n\n### 2. **Game Detail View**\n   - **Game Information**: View detailed information about a game, including:\n     - Description\n     - Publisher\n     - Release Date\n     - Version\n     - Size\n     - Number of Players\n     - Languages\n     - Rating Content\n   - **Screenshots**: View game screenshots with zoom-in functionality.\n   - **Related Content**: Explore related content for the game:\n     - Updates \n     - DLCs\n\n### 3. **Wishlist**\n   - **Add to Wishlist**: Add games to your wishlist for easy access.\n   - **Remove from Wishlist**: Remove games from your wishlist.\n   - **Wishlist View**: View all games in your wishlist in a dedicated tab.\n\n### 4. **Visual Assets**\n   - **Icons**: Display game icons fetched from the API.\n   - **Screenshots**: Display up to 6 screenshots per game.\n\n### 5. **Data Persistence**\n   - **SwiftData**: Games and wishlist items are stored locally using SwiftData.\n   - **Offline Access**: Browse games and wishlist items even without an internet connection.\n---\n\n## Screenshots\n\n| Game List View | Game Detail View | Wishlist View |\n|----------------|------------------|---------------|\n| ![Game List](ScreenShots/game_list.png) | ![Game Detail](ScreenShots/game_detail.png) | ![Wishlist](ScreenShots/wishlist.png) |\n\n---\n\n## Setup Instructions\n\n### Prerequisites\n- Xcode 15 or later.\n- Swift 5.9 or later.\n- iOS 17 or later.\n\n### Steps\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/mor4eza/nx-content.git\n2.  **Open the Project**:\n    \n    -   Open the  `NX-Content.xcodeproj`  file in Xcode.\n        \n3.  **Run the App**:\n    \n    -   Select a simulator or a physical device.\n        \n    -   Click the  **Run**  button (or press  `Cmd + R`) to build and run the app.\n        \n4.  **Explore the App**:\n    \n    -   Browse games, view details, and manage your wishlist.\n    \n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, please follow these steps:\n\n1.  Fork the repository.\n    \n2.  Create a new branch (`git checkout -b feature/YourFeatureName`).\n    \n3.  Commit your changes (`git commit -m 'Add some feature'`).\n    \n4.  Push to the branch (`git push origin feature/YourFeatureName`).\n    \n5.  Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the  [LICENSE](LICENSE)  file for details.\n\n----------\n\n## Acknowledgments\n\n-   Thanks to  [ghost-land content](https://nx-content.ghostland.at/)  for providing the game data.    \n\n----------\n\n## Contact\n\nFor questions or feedback, please contact:\n\n-   **Morteza Ghardaghi**:  [morteza.ghrdi@gmail.com](https://mailto:morteza.ghrdi@gmail.com/)    \n\n----------\n\nEnjoy exploring Nintendo Switch games with this app! 🎮\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmor4eza%2Fnx-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmor4eza%2Fnx-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmor4eza%2Fnx-content/lists"}