A React-based URL shortening service with a sleek, red-themed UI.
- Register, login, and logout with JWT authentication.
- Shorten URLs.
- Delete URLs.
- Built with React, Tailwind CSS, and Vite.
Clone the repo:
git clone <repository-url>
cd flik-appInstall dependencies:
npm installSet backend URL in src/constants.js:
export const API_URL = 'http://<backend-url>';Run:
npm run devVisit http://localhost:5173.
- Register/Login: Create an account or sign in
- Shorten: At
/home, enter a URL to generate a short link - View/Delete: See all shortened URLs and delete with the X button
- react-router-dom
- axios
- jwt-decode
- Requires a Spring Boot backend at http://your-backend
- Uses Tailwind CSS for styling
MIT License

