LinkSnip is a full-stack URL shortening application that allows users to create short, manageable links and track their performance with detailed analytics.
- π URL Shortening
- π Click Analytics
- π Recent URL Tracking
- π Clipboard Integration
- π‘οΈ Unique Short ID Generation
- React
- Next.js
- Tailwind CSS
- Shadcn UI Components
- Axios
- Node.js
- Express.js
- MongoDB
- Mongoose
- Shortid
# Clone repository
git clone <repository-url>
# Install dependencies
npm install
# Run development server
npm run dev
# Install dependencies
npm install
# Set up MongoDB connection
# Configure .env file
# Start server
npm start
- Generate short URLs
- Copy short URLs to clipboard
- View link visit analytics
- Track recent URL creations
- Fork the repository
- Create feature branch
- Commit changes
- Push to branch
- Create pull request