A modern iOS application for discovering, creating, and collecting NFTs. Built with SwiftUI and following the MVVM architecture pattern.
- Discover NFTs: Browse through trending and featured NFT collections
- Create NFTs: Upload and mint your own digital artwork
- Profile Management: Track your created and collected NFTs
- Like System: Save your favorite NFT pieces
- Real-time Updates: Stay updated with the latest NFT trends
- SwiftUI for modern UI development
- MVVM Architecture
- CoreData for local storage
- Combine for reactive programming
- IPFS & Web3 for NFT minting
- Custom animations and transitions
- Responsive design for all iPhone sizes
- iOS 15.0+
- Xcode 13.0+
- Swift 5.5+
git clone https://github.com/yourusername/NFT-Art-Gallery.git
cd NFT-Art-Gallery
open NFT\ Art\ Gallery.xcodeproj
Open Xcode
Select an iPhone simulator
Press Run
├── App/
│ └── NFT_Art_GalleryApp.swift
├── Models/
│ ├── NFTItem.swift
│ └── NFTDataManager.swift
├── Views/
│ ├── ContentView.swift
│ ├── CreateView.swift
│ └── ProfileView.swift
└── Resources/
└── Assets.xcassets
👨💻 Author
Madi Sharipov


