Skip to content

ManojKumar2920/MiniMe-URL-Shortner

Repository files navigation

MiniMe-URL-Shortner

MiniMe URL Shortener

License: MIT

MiniMe is an open-source URL shortener application built using Next.js. It allows users to easily shorten long URLs and share the shortened versions.

Table of Contents

Features

  • Shorten long URLs
  • Redirect to the original URL using the shortened link
  • Track the number of times a shortened URL has been accessed
  • Easy to deploy and customize
  • Open source

Demo

Check out the live demo of MiniMe here.

Installation

To get a local copy up and running follow these simple steps:

Prerequisites

Make sure you have the following software installed:

Clone the Repository

git clone https://github.com/ManojKumar2920/MiniMe-URL-Shortner.git
cd MiniMe-URL-Shortner

Install Dependencies

npm install

Run the Application

npm run dev

The app will be available at http://localhost:3000.

Usage

  1. Open your browser and navigate to http://localhost:3000.
  2. Enter the long URL you want to shorten.
  3. Click on the "Shorten" button.
  4. Copy the shortened URL and share it.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Manoj Kumar - manojkumararumainathan@gmail.com

Project Link: https://github.com/ManojKumar2920/MiniMe-URL-Shortner