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

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

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.