Developed by Happy Kumar
Link Bite is a lightweight and efficient URL shortening tool built to simplify link sharing and management. It allows users to convert long URLs into short, easy-to-share links while providing a clean and user-friendly interface for quick access and usage.
- URL Shortening: Convert long URLs into short, manageable links.
- Quick Copy: Easily copy shortened links to the clipboard.
- Fast Processing: Generate short links instantly with optimized performance.
- Clean Interface: Simple and intuitive UI for better user experience.
- Link Management: Keep track of generated links.
- Responsive Design: Works seamlessly across devices.
Before you begin, ensure you have the following installed:
- Node.js: https://nodejs.org/
- Clone this repository to your local machine:
git clone https://github.com/ImHappyKumar/link-bite.git - Navigate to the project directory:
cd link-bite - Install dependencies:
npm install
- Create a Firebase project at https://console.firebase.google.com/
- Enable Firestore Database
- Copy your Firebase config
- Create a file named:
firebase.js - Use the sample file provided:
firebase.sample.js - Replace placeholders with your actual Firebase credentials
- Start the development server:
npm run dev - Access the application in your browser at http://localhost:5173
- Install Firebase CLI:
npm install -g firebase-tools - Login to Firebase:
firebase login - Initialize project:
firebase init - Deploy:
firebase deploy
Contributions are welcome! If you encounter issues or have suggestions, please create an issue or submit a pull request.