Shortehn.ly is a simple and modern URL shortener built with Django and styled with Tailwind CSS.
- Create short URLs from long ones
- Track the number of clicks on each short URL
- Modern and clean user interface
- Clone this repository:
git clone https://github.com/yourusername/shortehn.ly.git
- Navigate to the project directory:
cd shortehn.ly
- Install the required packages:
pip install -r requirements.txt
- Run the Django migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Open your web browser and navigate to
http://localhost:8000
.
To create a short URL, navigate to the home page and enter your long URL in the input field. Click the "Shorten" button to create your short URL.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.****