This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Link shortener website
Built with Next.js and React
Link Shorty is a serverless link shortening application made with React and the Next.js framework. Hosted to netlify with Next.js Runtime Version 4 (v4.27.3) installed.
To install/clone this app follow the steps below.
-
Clone the repo
git clone https://github.com/gitmohamed/link-shorty.git
-
Install NPM packages
cd link-shorty/ yarn OR npm install
-
Create
.env.local
in the root directory, copy the code below and enter your bit.ly api key and group uidNEXT_BITLY_API=BITLY_API_KEY_GOES_HERE NEXT_BITLY_GROUPUID=BITLY_GROUP_UID_GOES_HERE
-
Run the program by typing
yarn dev OR npm run dev
- Show screenshot of the link for confirmation
- Create typescript interface for the bit.ly return data
See the open issues for a full list of proposed features (and known issues).
MIT License