From cbd2de45334462ce6f8153c924ac72bdc7e0a902 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 12 Dec 2023 15:29:49 -0800 Subject: Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..999c744 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# hotline +Attempting to recreate Hotline from the 90s for modern Apple systems (iOS, macOS, etc). + +Written in Swift and SwiftUI. + +# TODO +- News reading +- Username and icon changing +- Messaging +- File downloading +- File uploading +- Branch out UI for macOS -- cgit