https://github.com/quequeo/url-shortener-front
https://github.com/quequeo/url-shortener-front
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quequeo/url-shortener-front
- Owner: quequeo
- Created: 2026-02-06T23:40:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T02:37:48.000Z (4 months ago)
- Last Synced: 2026-02-07T11:58:18.675Z (4 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortener Frontend
React + Vite frontend for URL shortener.
## Setup
```bash
npm install
cp .env.example .env
npm run dev
```
App runs on `http://localhost:5173`
## Features
- Login / Register
- Create short links
- View link analytics
- Copy short URL to clipboard
## Stack
- React 19
- Vite
- React Router
- Axios