1010varun / urlShortner

This open-source URL shortener project provides a simple and efficient way to create shortened URLs. Whether you're looking to share links more easily or manage URLs in your applications, this repository offers a robust solution.

Home Page:https://url-small.netlify.app/login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortner

This is an app used to shorten the large and clumsy-looking URLs into smaller ones.

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

Setup Instructions

Clone the repo in your local system

git clone https://github.com/1010varun/urlShortner.git

Install server

cd server
pip install -r requirements.txt

Run the development server with

python manage.py runserver

Now install client with the following steps:

Install node requirements

cd client
npm i

Run the development server with

npm run dev

Tech Stack

Client: HTML, CSS, JavaScript, Tailwind CSS, VITE, React JS

Server: Python, Django

Features

  • Shorts the given URL and will provide redirection on being called.
  • Converts clumsy-looking URLs into a small one

Contributing

Contributions are always welcome!

See contribution.md for ways to get started.

Always make a PR in the test branch

Our Amazing Contributors

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-javascript forthebadge

Made with ❤ by varun (@1010varun)

About

This open-source URL shortener project provides a simple and efficient way to create shortened URLs. Whether you're looking to share links more easily or manage URLs in your applications, this repository offers a robust solution.

https://url-small.netlify.app/login

License:MIT License


Languages

Language:JavaScript 54.7%Language:CSS 39.1%Language:Python 6.1%Language:HTML 0.2%