This 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.
- Browse Games: View a list of Nintendo Switch games.
- Search: Search for games by name.
- Sorting: Sort games by name, release date, or size.
- Pagination: Load more games as you scroll.
- Game Information: View detailed information about a game, including:
- Description
- Publisher
- Release Date
- Version
- Size
- Number of Players
- Languages
- Rating Content
- Screenshots: View game screenshots with zoom-in functionality.
- Related Content: Explore related content for the game:
- Updates
- DLCs
- Add to Wishlist: Add games to your wishlist for easy access.
- Remove from Wishlist: Remove games from your wishlist.
- Wishlist View: View all games in your wishlist in a dedicated tab.
- Icons: Display game icons fetched from the API.
- Screenshots: Display up to 6 screenshots per game.
- SwiftData: Games and wishlist items are stored locally using SwiftData.
- Offline Access: Browse games and wishlist items even without an internet connection.
| Game List View | Game Detail View | Wishlist View |
|---|---|---|
![]() |
![]() |
![]() |
- Xcode 15 or later.
- Swift 5.9 or later.
- iOS 17 or later.
-
Clone the Repository:
git clone https://github.com/mor4eza/nx-content.git
-
Open the Project:
- Open the
NX-Content.xcodeprojfile in Xcode.
- Open the
-
Run the App:
-
Select a simulator or a physical device.
-
Click the Run button (or press
Cmd + R) to build and run the app.
-
-
Explore the App:
- Browse games, view details, and manage your wishlist.
Contributions are welcome! If you'd like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch (
git checkout -b feature/YourFeatureName). -
Commit your changes (
git commit -m 'Add some feature'). -
Push to the branch (
git push origin feature/YourFeatureName). -
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to ghost-land content for providing the game data.
For questions or feedback, please contact:
- Morteza Ghardaghi: morteza.ghrdi@gmail.com
Enjoy exploring Nintendo Switch games with this app! 🎮


