Skip to content

URL shortener website built with Next.js, Tailwind CSS, and MongoDB. It helps you shorten your URLs and share them easily. πŸ™‚πŸš€

License

Notifications You must be signed in to change notification settings

HamzaZaidiX/BitLinks-URL-Shortener-Website-

Repository files navigation

BitLinks - πŸ”— URL Shortener Website

BitLinks is a simple and elegant URL shortener website built with Next.js, Tailwind CSS, and MongoDB. It helps you shorten your URLs and share them easily. πŸ™‚πŸš€

Next.js Tailwind CSS MongoDB

Table of Contents

Features

  • πŸ”— Create shortened URLs for any website.
  • πŸ“‹ Copy the shortened URL directly to your clipboard.
  • πŸ“Š Track the number of clicks on each shortened URL.
  • 🌐 Accessible and responsive design.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/bitlinks.git
  1. Install dependencies:
cd bitlinks
npm install
  1. Create a .env.local file in the root directory and add your MongoDB connection string:
MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.mongodb.net/bitlinks?retryWrites=true&w=majority
  1. Start the development server:
npm run dev

Now you can access the demo website here.

Screenshots

bitlinks hom bitlinks image

Materials Used

License

This project is licensed under the MIT License - see the LICENSE file for details.