Skip to content

harshilsharmaa/URL-Shotner

Repository files navigation

Urily - URL Shortener

Urily is a web-based URL shortening platform that allows you to shorten and manage your links with ease. With a simple user interface and powerful features, Urily is perfect for marketers, bloggers, and anyone who wants to share links more effectively.

Features

  • Shorten your URLs with a 64-bit hash string of 7 characters.
  • Save your URLs for later use.
  • Delete or edit your URLs anytime.
  • Generate QR codes for your shortened links.
  • View analytics such as the number of clicks and the browser type.
  • Organize your links into groups.
  • Invite people via UTM and get points.
  • Protect your links with passwords.
  • User authentication using Email-password and Google OAuth2.0.
  • Payment integration.

Tech Stacks

MongoDB, JavaScript, Node.js, Express.js, React.js, Redux, RESTful APIs, Chart.js, HTML, CSS

How it works

When a user shortens a URL, a 64-bit hash string of 7 characters is generated randomly. The system then checks if the generated hash is already present in the database. If it is not unique, the process is repeated until a unique hash is generated. The long URL and the hash are then saved in the database. When a user clicks on the shortened URL, they are redirected to the original URL.

Screenshots

Home

w1

Dhashboard

w2

My URLs

w3

QR Code

qr

Profile

w4

Subscription Plan

w5

Place Order

Plceorder

Checkout

checkout

Invite People

w6

Group URLs

w7

Login

w8

Installation

To run the application, you'll need to have Node.js and MongoDB installed on your machine. Follow the steps below to get started:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory and run npm install to install the necessary dependencies.
  3. Start the server by running npm start.

Contributing

Contributions to the project are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request in diffrent branch.

License

This project is licensed under the MIT License - see the MIT License file for details.