AlexJuca / small-url

Free and Open Source URL Shortener with real time capabilities built with phoenix framework and elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small URL

What is it?

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!

Why another short link generator?

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:

  1. Phoenix Liveview

  2. Phoenix.PubSub

  3. Phoenix.LiveComponent

  4. Phoenix Client-Side Hooks using Javascript

Getting started

Screenshot

Screenshot

License

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.

About

Free and Open Source URL Shortener with real time capabilities built with phoenix framework and elixir.


Languages

Language:Elixir 65.9%Language:CSS 12.6%Language:JavaScript 12.5%Language:HTML 9.0%