This is a simple Love Calculator website that allows users to calculate the percentage of love between two individuals and provides a personalized message based on the result. It is a testing API project.
- Calculates the percentage of love between two individuals based on their names.
- Generates a personalized message based on the calculated result.
- Provides a simple and intuitive user interface.
- Open the Love Calculator website.
- Enter your name and the name of your loved one in the designated input fields.
- Click on the "Calculate" button to calculate the percentage of love between you and your loved one.
- The calculated result will be displayed along with a personalized message.
This project is built using HTML, CSS, and JavaScript. The main logic for calculating the love percentage and generating the message is implemented on the server-side.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ajmal112/love-calculator.git
- Navigate to the project directory:
cd love-calculator
- Open the
index.html
file in your preferred web browser.
Contributions to this project are welcome. If you have any suggestions or find any bugs, please open an issue or submit a pull request.
This project is licensed under the MIT License.