A frontend for a URL shortening service built with React.
- Generate short links from long URLs
- View QR code with short links
- Customize the short link with your own desired text
- View click statistics for each short link
- Node.js 12.0 or higher
- npm 6.0 or higher
- Clone the repository:
git clone https://github.com/Stepashka20/URL-shortener
- Install dependencies:
npm install
- Start the development server:
npm start
- Change backend url in App.js
- Build the production files:
npm run build
- Deploy the files in the
build
directory to your server
This project is licensed under the MIT License.