Skip to content

mrmanojbhatta/lovecalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Love Calculator

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.

Table of Contents

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.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/your-username/love-calculator.git
  2. Navigate to the Project Directory

    cd love-calculator
  3. Open the index.html File

    You can open the index.html file in your browser to view and interact with the Love Calculator.

Usage

  1. Open the index.html file in your web browser.
  2. Enter your name and the name of your love interest in the input fields.
  3. Click the "Calculate" button to see the love percentage.
  4. The result will be displayed in the input field below the button.

Demo

Love Calculator Demo

Contributing

We welcome contributions to the Love Calculator project! If you have suggestions, improvements, or bug fixes, please follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right of this page.
  2. Create a Branch: Create a new branch for your changes.
    git checkout -b feature/your-feature-name
  3. Make Changes: Implement your changes and test them.
  4. Commit Your Changes:
    git add .
    git commit -m "Add a descriptive message about your changes"
  5. Push to Your Branch:
    git push origin feature/your-feature-name
  6. 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! 🚀