This is a simple link shortening app created using React and Bitly API.
Here's a live preview of the app
-
Node v18
Install from official site.
-
NPM.
npm install npm@latest -g.
-
React v18
-
Bitly API v4
-
React-Copy-to-Clipboard
-
Get API token and GUID from Bitly
-
Clone the repo
git clone https://github.com/amissah17/linkshortener
-
Install NPM packages
npm install
-
Create
.env
in root folder. -
Enter Token and guid in
.env
REACT_APP_BITLY_TOKEN = 'enter your token key' REACT_APP_GUID = 'enter guid here'
-
Start development Server
npm start
Read a tutorial on how I built this app
Distributed under the MIT License
Frank Amissah -Twitter
Project Link: GitHub