iShortener is a fast, reliable, and secure URL shortening service designed to make sharing links easier and more efficient.
iShortener is deployed on Vercel you can use it by going on this URL:
iShortener is an open-source project created by Arnav Nagpurkar. It is built using Next.js and Tailwind CSS, leveraging the power of modern web technologies to provide a seamless and efficient URL shortening experience.
To run the iShortener project locally, follow these steps:
Clone the repository:
git clone https://github.com/arnavnagpurkar/iShortener.git
Navigate to the project directory:
cd iShortener
Install dependencies:
npm install
# or
yarn install
Create a .env.local
file in the root
directory
Get your Access Token
Your .env.local
file should look like this:
ACCESS_TOKEN = "YOUR_ACCESS_TOKEN_HERE"
Start the development server:
npm run dev
# or
yarn dev
Open your browser and visit http://localhost:3000
to access iShortener.
Contributions are welcome! If you'd like to contribute to iShortener, please follow these guidelines:
If you encounter any issues with iShortener, please report them here.
iShortener is open-source software licensed under the MIT License. Check the LICENSE file for more details.
For any inquiries or questions regarding iShortener, feel free to contact Arnav Nagpurkar at [email protected].