Skip to content

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.

License

Notifications You must be signed in to change notification settings

1010varun/urlShortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published