https://github.com/nathaniyell/url-shortener
https://github.com/nathaniyell/url-shortener
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathaniyell/url-shortener
- Owner: Nathaniyell
- Created: 2022-10-18T13:08:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:48:43.000Z (over 2 years ago)
- Last Synced: 2025-01-16T04:16:57.697Z (9 months ago)
- Language: JavaScript
- Size: 3.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...