Loading repository data…
Loading repository data…
CodeKageHQ / repository
A playful and interactive web experience for asking someone to be your Valentine, featuring charming GIFs and dynamic responses to 'Yes' and 'No' answers. Built with HTML, Tailwind CSS, and a sprinkle of JavaScript for interactivity.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A cute, interactive web page to ask someone to be your Valentine. Features playful button mechanics, heartwarming GIFs, and heart-shaped confetti.
git clone https://github.com/CodeKageHQ/Ask-out-your-Valentine.git
index.html in your browser.That's it -- no build step, no dependencies to install. Tailwind CSS and canvas-confetti are loaded via CDN.
Ask-out-your-Valentine/
├── images/
│ ├── image1.gif # Default greeting
│ ├── image2.gif # After 1st "No"
│ ├── image3.gif # After 2nd "No"
│ ├── image4.gif # After 3rd "No"
│ ├── image5.gif # After 4th "No"
│ ├── image6.gif # After 5th "No"
│ └── image7.gif # "Yes" celebration
├── index.html # The entire app (HTML + CSS + JS)
├── LICENSE
└── README.md
Want to make it your own? Here are some easy tweaks inside index.html:
| What | Where | How |
|---|---|---|
| GIF images | images/ folder |
| Replace the GIFs with your own (keep the same filenames) |
| "No" button messages | NO_BUTTON_MESSAGES array | Edit the strings to say whatever you like |
| Button growth speed | GROWTH_PER_CLICK / FONT_GROWTH_PER_CLICK constants | Lower the numbers for subtler growth |
| Confetti colors | colors array in the yesButton click handler | Swap in any hex color codes |
| Background gradient | .gradient-background in <style> | Change the hex colors |
<main> and <section>Contributions are welcome! Whether it's new GIF suggestions, design tweaks, or code improvements -- fork the repo and open a pull request.
Open source under the MIT License.
Happy Valentine's Day! ❤️