Welcome to the Love Calculator project! This web application calculates a fun "love percentage" between two names. It's a playful tool built using HTML, CSS, and JavaScript with a stylish design and interactive features.
- Interactive Interface: Enter two names to calculate the love percentage.
- Validation: Ensures that names are valid (i.e., contain only letters and spaces, and are at least 3 characters long).
- Stylish Design: Modern look with a linear gradient background, responsive card design, and smooth animations.
- Bootstrap Integration: Uses Bootstrap for responsive design and easy styling.
To run this project locally, follow these steps:
-
Clone the Repository
git clone https://github.com/your-username/love-calculator.git
-
Navigate to the Project Directory
cd love-calculator
-
Open the
index.html
FileYou can open the
index.html
file in your browser to view and interact with the Love Calculator.
- Open the
index.html
file in your web browser. - Enter your name and the name of your love interest in the input fields.
- Click the "Calculate" button to see the love percentage.
- The result will be displayed in the input field below the button.
We welcome contributions to the Love Calculator project! If you have suggestions, improvements, or bug fixes, please follow these steps:
- Fork the Repository: Click the "Fork" button at the top right of this page.
- Create a Branch: Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Make Changes: Implement your changes and test them.
- Commit Your Changes:
git add . git commit -m "Add a descriptive message about your changes"
- Push to Your Branch:
git push origin feature/your-feature-name
- Create a Pull Request: Go to the original repository and create a pull request with your changes.
Thank you for checking out the Love Calculator project! If you have any questions or feedback, feel free to open an issue or reach out to us.
Happy coding! 🚀