From c8f462b61d41770f5e60d6175d540f950959b2b0 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Mon, 10 Jul 2023 20:01:48 +0200 Subject: [PATCH] updated README.md --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42ca68d..58de6af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ -# Shlink Mobile App +# Shlink Manager -> :warning: **This app is still under development, it's not intended to be used yet** +This is a mobile app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/). -This is a mobile app built with Flutter to see and manage all shortened URLs created with [Shlink](https://shlink.io/). \ No newline at end of file +## Current Features + +✅ List all short URLs
+✅ Create new short URLs
+✅ Delete short URLs
+✅ See overall statistics
+✅ Detailed statistics for each short URL
+✅ Display tags
+✅ Display QR code
+✅ Dark mode support
+ +## To Do +- [ ] Edit existing short URLs +- [ ] Add support for iOS (maybe in the future) +- [ ] add tags +- [ ] specify individual long URLs per device +- [ ] improve app icon +- [ ] ...and more + +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details \ No newline at end of file