Malik7989 / Link_Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

A simple URL shortener application that generates a short URL and redirects to the destination when a user clicks on the short URL.

Features

  • Generate short URLs for long URLs.
  • Responsive and attractive UI.
  • Styled output for the generated short URL.
  • Uses TinyURL API to generate short URLs.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • TinyURL API

Screenshots

Screenshot

Demo

You can try out the application here.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/url-shortener.git
    
    
    

Instructions for Adding the README.md to GitHub

  1. Create a README.md file:

    • In your project directory, create a new file named README.md.
    • Copy and paste the content above into the README.md file.
  2. Commit and Push to GitHub:

    • Add the new file to your git repository:
      git add README.md
    • Commit your changes:
      git commit -m "Add README.md"
    • Push the changes to your GitHub repository:
      git push origin main
  3. Add a Screenshot (Optional):

    • Replace path_to_screenshot.png in the README with the actual path to your screenshot image.
    • Commit and push the screenshot image to your repository as well.

This README.md provides an overview of the project, instructions for installation and usage, and additional information to help users understand and use your URL Shortener application effectively.

About


Languages

Language:CSS 60.0%Language:HTML 22.6%Language:JavaScript 17.3%