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. 🙂🚀
git clone https://github.com/your-username/bitlinks.git
cd bitlinks
npm install
.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
npm run dev
Now you can access the demo website here.
This project is licensed under the MIT License - see the LICENSE file for details.