It is a web application for generating short links built with Phoenix LiveView. It currently supports the following features:
-
Generates Short Links of long URL's
-
View stats for Short Links in realtime
-
Share Short Link on Twitter and Facebook
-
Many more features coming!
Simple really, I wanted to work on a small but useful project that I could opensource and that would help me understand the basics of the following:
-
Phoenix Liveview
-
Phoenix.PubSub
-
Phoenix.LiveComponent
-
Phoenix Client-Side Hooks using Javascript
Copyright (C) 2021 Alexandre Juca
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.