Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.13 KB

URL Shortner

Links

Built with

URL Shortner is built with React, ChakraUI & Axios

Features

  • Enter your long URL and short it
  • Get a short url code of ten length
  • See the number of visit in your short url with it's short code
  • Copy button to copy Short URL easily

Build Setup

Requires React.js 18.2.0, React Router Dom 6.10.0

# install dependencies
npm install 

# start server
npm start

# build for production 
npm run build

# serve in production mode 
npm run preview

Deployment

Due to Render's internal system of free tire, first request on app or backend api may take longer time than the usual, even upto a minute. So, please consider the issue and wait till the Render server wakes up or reload in case of the first front-end connection freezing/backend connection freezing. Thank you