URL Shortner is built with React, ChakraUI & Axios
- 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
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
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