Runroller UI
I recently released a simple API to un-shorten URLs. A few people wanted a super-simple interface to this, so I whipped one up: /unroll/. Enjoy!
Some notes about the tools I’ve used:
- React -- I’ve used React in portions of sites before, but this is the first, albeit simple, full-page React app I’ve made.
- Brunch -- used by default in Phoenix apps, it’s just what I’m used to these days.
Just like the service that runs the API, the UI is also open-source. Hack away!