Shorten long URLs with 6-char codes. Data persists across restarts.
- Generate unique short codes (a-zA-Z0-9)
- JSON persistence (survives restarts)
- Responsive CSS design
- Instant redirects
http://127.0.0.1:5000/[shortcode]
pip install flask
python app.py
Visit http://127.0.0.1:5000