URl shortner built with React js using the Vite.js environment, bit.ly and rebrandly APIs.
To run this project locally,
- git clone the url
- Npm install (to install all required dependencies)
- npm run dev (To run the project locally)
- Go to http://localhost:3000/ on your machine to open the website locally
The backend (Hosting) is done with firebase.
If you want to start something and host personally,
You would need to
- npm run build (To build the vite react code to fit into firebase deploymeny style)
- firebase deploy
Thats all.
The project is basically a application where you get to decide the kind of domain you want associated with your url. Bit.ly or Rebrandly.
Url to the project hosted on Firebase is found below