Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supr1yo/url-shortener
A simple full-stack URL shortener application.
https://github.com/supr1yo/url-shortener
expressjs mongodb reactjs typescript vitejs
Last synced: about 2 months ago
JSON representation
A simple full-stack URL shortener application.
- Host: GitHub
- URL: https://github.com/supr1yo/url-shortener
- Owner: supr1yo
- License: mit
- Created: 2024-08-19T03:26:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T20:39:34.000Z (4 months ago)
- Last Synced: 2024-10-16T19:07:36.795Z (2 months ago)
- Topics: expressjs, mongodb, reactjs, typescript, vitejs
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)A simple full-stack URL shortener application.
## Features
- Shorten long URLs quickly and easily.
- Copy shortened URLs to the clipboard with one click.
- Expiration functionality for URLs (30 days).## Tech Stack
- **Frontend**: React.js
- **Backend**: Express.js (Node.js)
- **Database**: MongoDB
- **Other Tools**: Tailwind CSS for styling