updated README.md

This commit is contained in:
Adrian Baumgart 2023-07-10 20:01:48 +02:00
parent 9d74b5a80d
commit c8f462b61d
No known key found for this signature in database

View File

@ -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/). ## Current Features
✅ List all short URLs<br/>
✅ Create new short URLs<br/>
✅ Delete short URLs<br/>
✅ See overall statistics<br/>
✅ Detailed statistics for each short URL<br/>
✅ Display tags<br/>
✅ Display QR code<br/>
✅ Dark mode support<br/>
## 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