https://github.com/darth-knoppix/bytepal
Number system conversion project based on 100 days of SwiftUI
https://github.com/darth-knoppix/bytepal
hackingwithswift ios swift5 swiftui
Last synced: about 1 month ago
JSON representation
Number system conversion project based on 100 days of SwiftUI
- Host: GitHub
- URL: https://github.com/darth-knoppix/bytepal
- Owner: Darth-Knoppix
- Created: 2021-05-24T18:18:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T18:18:24.000Z (about 5 years ago)
- Last Synced: 2025-10-04T02:50:32.806Z (9 months ago)
- Topics: hackingwithswift, ios, swift5, swiftui
- Language: Swift
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BytePal
Convert between different number systems like octal, hexadecimal, binary and decimal
Project created following the tutorial on [100 Days of SwiftUI](https://www.hackingwithswift.com/100/swiftui)
- [Day 19 Challenge](https://www.hackingwithswift.com/100/swiftui/19)
## Why was this made?
To get a better understanding of modern iOS development, expand my knowledge and try something different.
## Technology
- Written for iOS 14
- Written in Swift 5
- Uses SwiftUI