Skip to content

Make your Long URL minified in few seconds. Powerful and Fastest URL minifier or shortener. https://urlm.vercel.app/

Notifications You must be signed in to change notification settings

SarathAdhi/Url_Stringify

Repository files navigation

Make this URL https://medium.com/@vineetmishrahbk/90-of-javascript-developer-fail-to-answer-these-code-snippets-asked-in-interview-436e00ec1287 minified to this https://urlminifier.vercel.app/id/l3h0iud5

Tech Stack

image

image

With all the minified urls stored in your local storage.

Getting Started

1. EnvironmentFirst, install all the packages:

npm install
# or
yarn install

2. Now, run the development server:

npm run dev
# or
yarn dev

3. Configure your backend (Firebase)

Go to src\backend\db.js

const firebaseConfig = {
    apiKey: (your api key),             // Store in Environment Variable
    authDomain: (your auth domain),
    projectId: (your project id),
    storageBucket: (your storage Bucket),
    messagingSenderId: (your messaging Sender Id),
    appId: (your app Id),
    measurementId: (your measuremen tId), // Optional
};