Interesting Numbers is an iOS application that fetches and displays fun facts about numbers using the NumFacts.
- Fact Lookup by Number – Enter any number to discover an interesting fact.
- Random Number Fact – Retrieve a fact about a randomly selected number.
- Range-Based Facts – Input a numerical range to get fact about a number within that range.
- Multiple Numbers – Enter multiple numbers to receive facts for each.
- Language: Swift
- UI Framework: UIKit
- Fetch facts: NumFacts
- Extensions: SwifterSwift
- iOS 15.0 or later
git clone https://github.com/Ans3301/interesting-numbers.git
cd interesting-numbers
open interesting-numbers.xcodeproj
- Open Xcode
- Select your target device/simulator
- Click Run
▶️