Skip to content

Stepashka20/URL-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.