Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facuperezm/url-shortening
👖🩳 URL Shortening App built with React.js
https://github.com/facuperezm/url-shortening
react tailwindcss typescript vite
Last synced: 2 days ago
JSON representation
👖🩳 URL Shortening App built with React.js
- Host: GitHub
- URL: https://github.com/facuperezm/url-shortening
- Owner: facuperezm
- Created: 2023-03-14T23:35:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T19:49:39.000Z (11 months ago)
- Last Synced: 2024-04-15T01:15:02.444Z (7 months ago)
- Topics: react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://url.facupm.dev
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortening
Welcome to my URL shortening project! This app allows you to shorten long URLs using the [Shrtcode API](https://shrtco.de/). Check out the live site at [url.facupm.dev/](https://url.facupm.dev).
## Screenshots
Take a look at the app in action:
![App Screenshot](./public/screenshot.png)
## Tech Stack
The project was built using React, Vite.js, and Tailwind CSS. Vercel was used for deployment.
## Optimizations
- [x] Fix error handling for no input
- [x] Persist links on local storage
- [ ] Work on overall UX## Acknowledgements
A big thank you to the team at Shrtcode for providing the API used in this project. Additional thanks to the [Tailwind CSS documentation](https://tailwindcss.com/docs/installation) for their helpful resources.
## Author
This project was created by Facundo Perez Montalvo. Visit my portfolio at [facuperezm.com](https://facuperezm.com/) to learn more about me and my work.
[![portfolio](https://img.shields.io/badge/portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://facuperezm.com/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/facuperezm/)
[![github](https://img.shields.io/badge/github-555?style=for-the-badge&logo=github&logoColor=white)](https://github.com/facuperezm)I hope you enjoy using this app as much as I enjoyed creating it!