
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