Skip to content

Commit 8ec3278

Browse files
committed
Updated README
1 parent c3c44a0 commit 8ec3278

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ SnapLink is a **modern, scalable URL shortener** built with **Django (Python) an
1010

1111
## ✨ Features
1212

13-
🔗 Core URL Shortening
13+
### 🔗 Core URL Shortening
1414
- Convert long URLs into short, shareable links
1515
- Support for custom vanity URLs (Planned)
1616

17-
📊 Analytics & Tracking
17+
### 📊 Analytics & Tracking
1818
- Click Tracking – Monitor total clicks per short URL
1919
- Daily Unique Visitors – Track users based on IP
2020
- Geolocation & Device Data (Future Feature)
2121

22-
⏳ Expiration & One-Time Use
22+
### ⏳ Expiration & One-Time Use
2323
- Set Expiration – Define a custom expiry date for short links
2424
- One-Time Use Links – Auto-delete after first visit
2525

26-
🔒 User Authentication & Authorization
26+
### 🔒 User Authentication & Authorization
2727
- JWT-Based Authentication with access_token & refresh_token
2828
- User Registration & Login
2929
- Personalized Dashboard – Users can manage their URLs
3030

31-
⚡ Performance & Caching
31+
### ⚡ Performance & Caching
3232
- Django Cache (Redis) for fast URL redirection
3333
- Database Indexing & Optimization for efficient queries
3434

35-
🚀 DevOps & Scalability
35+
### 🚀 DevOps & Scalability
3636
- ✅ PostgreSQL Database Integration
3737
- ✅ Rate Limiting for API security (Django Rest Framework)
3838
- 🔜 Dockerized Deployment (Planned)

0 commit comments

Comments
 (0)