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. ππ
- π 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.
- Clone the repository:
git clone https://github.com/your-username/bitlinks.git
- Install dependencies:
cd bitlinks
npm install
- 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
- Start the development server:
npm run dev
Now you can access the demo website here.
- Next.js - The React Framework for Production
- Tailwind CSS - A utility-first CSS framework
- MongoDB - A NoSQL database
This project is licensed under the MIT License - see the LICENSE file for details.