guns.lol Clone - https://guns.lol/mrx404
A modern, glassmorphism-style link-in-bio website inspired by guns.lol, featuring a music player and particle effects.
...
- 🎨 Glassmorphism design with neon glow effects
- 🎵 Built-in music player with controls
- 🌨️ Animated snow/particle effects
- 📱 Fully responsive (mobile & desktop)
- ⚡ Built with React, TypeScript, and Vite
npm installPlace your files in the public/assets/ directory:
public/assets/videos/bg.mp4- Background videopublic/assets/images/avatar.png- Your avatar imagepublic/assets/music/song.mp3- Background music
Edit src/data/socialLinks.tsx and src/pages/Home.tsx to update:
- Username
- Real name
- Country
- Social media links
npm run devVisit http://localhost:3000
npm run buildThe build output will be in the dist/ folder.
guns-lol-clone/
├─ public/
│ └─ assets/
│ ├─ videos/bg.mp4
│ ├─ images/avatar.png
│ └─ music/song.mp3
├─ src/
│ ├─ app/
│ ├─ components/
│ ├─ pages/
│ ├─ hooks/
│ ├─ data/
│ ├─ styles/
│ ├─ types/
│ └─ utils/
└─ ...config files
- Colors: Edit
src/styles/variables.css - Animations: Edit
src/styles/animations.css - Social Links: Edit
src/data/socialLinks.tsx - Profile Info: Edit
src/pages/Home.tsx
- React 18
- TypeScript
- Vite
- Lucide React (icons)
- CSS3 (Glassmorphism)
MIT
Created by Elshodbek Mukhtorov (MasterTechCode)
⭐ If you liked this project, don’t forget to give it a star!