A cute interactive web page that asks "Do you love me?" and responds with animated GIFs, floating hearts, confetti, and background music. Built with HTML, CSS, and JavaScript, featuring voice-free interactions, theme toggle, and screenshot sharing.
π This project is meant for fun and demonstration purposes.
- π Yes/No buttons with playful responses
- π΅ Background music (toggleable)
- π Gift pop-up animation
- π Floating hearts and confetti effects
- π¨ Theme glow toggle
- πΈ Save memory via screenshot (html2canvas)
- π± Mobile-first responsive design
- π Share on WhatsApp button
-
Page asks βDo you love me?β
-
User can click:
- Yes β Shows a thank-you GIF, starts hearts, music plays, gift & share buttons appear
- No β Button moves randomly, shows playful GIFs and messages
-
Clicking Gift reveals pop-up with a message and confetti
-
Music can be toggled with π / π button
-
Screenshot of card can be downloaded via Save Memory
- HTML5 β Page structure
- CSS3 β Animations, themes, responsive design
- JavaScript (Vanilla) β Interactivity, confetti, music, hearts
- html2canvas β Screenshot functionality
love-me-app/
βββ index.html
βββ style.css
βββ main.js
βββ assets/
β βββ bg-love-music.mp3
β βββ aww.mp3
β βββ think.gif
β βββ sadface.gif
β βββ plz.gif
β βββ attitude.gif
β βββ cry.gif
β βββ cute.gif
β βββ loveme.gif
βββ README.md
In index.html:
<audio id="bgMusic" loop>
<source src="assets/bg-love-music.mp3" type="audio/mpeg" />
</audio>In main.js:
const stepsData = [
{ text: "Soch lo π€", image: "assets/think.gif" },
{ text: "Ek baar aur soch lo π’", image: "assets/sadface.gif" },
// ...
];Modify in main.js:
const themes = ["#ff4ecd", "#00eaff", "#7CFF00", "#FFD700"];β
Chrome (Desktop & Android)
β
Edge
Best experience on Chrome or modern Chromium browsers
- π Autoplay fallback for mobile browsers
- π Dark/light mode toggle
- πΎ Remember music and theme preference in
localStorage - π§ Voice-enabled interactions
- βοΈ React / Next.js version for better state management
MIT License
Feel free to use, modify, and learn from this project.
| Platform | Link |
|---|---|
| https://twitter.com/einzigartigetec/ | |
| https://www.facebook.com/einzigartige/ | |
| https://www.linkedin.com/company/einzigartige/ | |
| YouTube | https://www.youtube.com/@einzigartige_/ |
| Website | http://einzigartige.in/ |
π Subscribe here: https://www.youtube.com/@einzigartige_/
Einzigartige - Web & App Development Company
Website: http://einzigartige.in/
β If you like this project, consider giving it a star!