A simple and clean LinkTree-style app where users can create a public page containing multiple useful links. Built using Next.js, MongoDB, and Tailwind CSS.
- 🔗 Add, update, and delete multiple links
- 📄 Display all links on a public page
- 📱 Fully responsive UI
- 🌈 Styled using Tailwind CSS
- 🗃️ MongoDB for storing link data
- Frontend & Backend: Next.js
- Styling: Tailwind CSS
- Database: MongoDB with Mongoose
git clone https://github.com/mr-coder-raj/LinkTree-Clone_NextJS-MongoDB.git
cd LinkTree-Clone_NextJS-MongoDB
npm install
MONGODB_URI=your_mongo_connection_string
npm run dev
Open your browser and visit: 👉 http://localhost:3000
Note: Make sure your MongoDB URI is correctly set in .env.local or the app will not load links.
Contributions are welcome! Fork the repo, make changes, and open a pull request. For major changes, open an issue to discuss your idea first.
This project is licensed under the MIT License.
Made with ❤️ by @mr-coder-raj