Tidy up those long links and make them shareable with ease!
- Create shortened links: Transform lengthy URLs into concise and memorable links.
- Manage links in a dashboard: View, edit, and delete your shortened links with ease.
- Track link clicks: Monitor how many times each link has been clicked.
- Choose your theme: Switch between light and dark modes for a personalized experience.
- Sign up or use as a guest: Create an account for unlimited link creation, or use the app as a guest to shorten up to 3 links.
- Mobile-friendly: Access Linkzar seamlessly on any device, from desktop to phone.
- Free to use: No hidden fees or costs -- enjoy all features for free!
- Frontend: Next.js, TypeScript, SCSS
- Backend: Node.js, MongoDB
- Authentication: Firebase Authentication
- Hosting: Firebase Hosting
- Visit Linkzar: https://linkzar.web.app
- Create an account or use as a guest: Sign up for a free account to manage unlimited links, or shorten up to 3 links without an account.
- Paste your long URL: Enter the URL you want to shorten.
- Customize your link (optional): Set a custom alias for more memorable links.
- Click "Shorten URL": Get your new, shortened link!
- Share your link: Copy and share it wherever you need!
Prerequisites:
- Node.js and npm
- Firebase account
- MongoDB database
Installation:
- Clone the repository:
git clone https://github.com/your-username/linkzar.git
- Install dependencies:
cd linkzar
npm install
- Create a .env.local file with your Firebase configuration.
- Start the development server:
npm run dev
Contributions are welcome! Please submit issues and pull requests on the GitHub repository.
This extension is licensed under the MIT License.
This Repository contains only Frontend Code. Backend Code has been move here