An open API service indexing awesome lists of open source software.

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

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