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:
- Quick Shortening: Instantly shorten URLs with just a few clicks.
- Shareable Links: Easily share shortened links on social media, emails, or messages.
- Secure Shortening: Ensures the security of your shortened links with advanced encryption techniques.
- No Registration Required: Start shortening links immediately without the hassle of registration.
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 theroot
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:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure the code is properly formatted.
- Write tests for your changes if applicable.
- Commit your changes and push them to your fork.
- Submit a pull request detailing the changes you've made.
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 arnavn.dev@gmail.com.