A fun web app built with HTML, CSS, and JavaScript that calculates a random "love score" between two names.
This project is just for fun — results are not scientific or serious 😄
- 🎯 Enter two names and get a love percentage (0-100%)
- 📱 Simple, responsive UI that works on all devices
- ⚡ Pure client-side — no backend required
- 🎨 Easy to customize (UI, logic, animations)
Love-Calculator/
│
├── 📄 index.html # Main page
├── 🎨 style.css # Styling
└── ⚡ script.js # Love score logic
Clone the repository:
git clone https://github.com/Deepak-Kambala/Love-Calculator.git
cd Love-Calculator
Open index.html in your favorite browser.
Type two names → Click the button → See your love score 💖
🔤 Takes two input names
🎲 Applies simple random or character-based algorithm
📊 Generates a percentage between 0-100%
💬 Displays fun messages based on score ranges
Logic can be easily customized by contributors!
🎭 Add animations & emojis 🎉
🧠 Better scoring algorithm (numerology-based)
🌙 Dark/Light mode toggle
💬 Dynamic messages for different score ranges
📤 Share results feature
🌈 Color themes customization
We love contributions! Here's how you can help:
Look for issues labeled hacktoberfest or good-first-issue
Check the help-wanted tag for specific needs
⭐ Star the repository (Required)
👤 Follow my profile (Required)
🍴 Fork the repository
🌿 Create a feature branch
git checkout -b amazing-feature
💾 Commit your changes
git commit -m 'Add amazing feature'
📤 Push to branch
git push origin amazing-feature
🔔 Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
Deepak Kambala
Passionate about creating fun web experiences 🚀