An open API service indexing awesome lists of open source software.

https://github.com/nathaniyell/url-shortener


https://github.com/nathaniyell/url-shortener

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Url-Shortener

This application was built with react, the styling was done solely with styled components. Also I was able to make use of the react hook - useEffect.
This hook helps in handling any side effects that would have arose as a result of importing data from an API.
Also once the links are shortened, the user has the ability to copy the shortened version to their clipboard.

I coudn't succeed with making the "copying" process a dynamic one, I'm still reading and researching, hopefully I'll do soon...