Purpose
The frontend application provides a user-friendly interface for creating and managing shortened URLs. It communicates with the backend API to generate short links and display results.
Objectives
- Allow users to enter a URL
- Send URL data to the backend API
- Display the generated short URL
- Allow user to copy the generated URL
- Redirect users when a short URL is visited.
MVP Scope
Included:
- URL input field
- URL shortening
- Copy functionality
- URL redirection
Excluded:
- Authentication
- Analytics
- URL Management
Key UX goals