Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 853 Bytes

File metadata and controls

28 lines (21 loc) · 853 Bytes

URL Shortener Frontend

A frontend for a URL shortening service built with React.

image

Features

  • 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

Requirements

  • Node.js 12.0 or higher
  • npm 6.0 or higher

Installation

  1. Clone the repository: git clone https://github.com/Stepashka20/URL-shortener
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Change backend url in App.js

Deployment

  1. Build the production files: npm run build
  2. Deploy the files in the build directory to your server

License

This project is licensed under the MIT License.