https://github.com/surajdarade/shortify
URL Shortner
https://github.com/surajdarade/shortify
collision-handling expressjs googleoauth mongodb nodejs oauth qr-code reactjs tailwindcss typescript
Last synced: 2 months ago
JSON representation
URL Shortner
- Host: GitHub
- URL: https://github.com/surajdarade/shortify
- Owner: surajdarade
- Created: 2024-03-19T12:12:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T18:40:33.000Z (about 2 years ago)
- Last Synced: 2026-03-28T00:12:04.073Z (3 months ago)
- Topics: collision-handling, expressjs, googleoauth, mongodb, nodejs, oauth, qr-code, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shortify-surajdarade.vercel.app
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shortify - URL Shortener App
Shortify is a URL shortening application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to shorten long URLs, manage their saved URLs, and generate QR codes for easy sharing.
## Technologies Used
- Frontend: React.js with TypeScript
- Backend: Node.js with Express.js
- Database: MongoDB
## Features
- **OAuth Integration:** Users can sign in using OAuth authentication methods Google.
- **URL Shortening:** Convert long URLs into short, custom URLs for easy sharing.
- **URL Management:** Users can view their saved URLs, activate/deactivate URLs, and delete unwanted URLs.
- **QR Code Generation:** Generate QR codes for shortened URLs to facilitate easy sharing and scanning.