profile image
Available for Work
zany links

zany links

web development

ZanyLinks šŸ”— ZanyLinks is a modern Linktree clone that lets users create and manage personalized bio link pages — perfect for influencers, developers, and businesses to showcase all their important links in one place.

šŸ”§ Tech Stack Frontend: Next.js, Tailwind CSS, TypeScript

Backend: Express.js, MongoDB, JWT Auth

Other Tools: Zustand, Cloudinary, GitHub/Google OAuth

✨ Key Features šŸ‘¤ Authentication with Google & GitHub

🌐 Public profile pages with custom usernames

āž• Add, edit, delete social and custom links

šŸŽØ Responsive and clean UI with Tailwind CSS

šŸ“ø Profile picture upload via Cloudinary

🧠 Zustand for global state management

šŸ”’ JWT-based secure sessions

šŸ“ Folder Structure (Backend) bash Copy Edit /controllers
/routes
/models
/middleware
/utils
/config
šŸš€ Getting Started Clone the repo:

bash Copy Edit git clone https://github.com/username/zanylinks.git Install dependencies:

bash Copy Edit pnpm install Run the dev server:

bash Copy Edit pnpm dev