Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.39 KB

Love Calculator

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.

Features

  • 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.

Usage

  1. Open the Love Calculator website.
  2. Enter your name and the name of your loved one in the designated input fields.
  3. Click on the "Calculate" button to calculate the percentage of love between you and your loved one.
  4. The calculated result will be displayed along with a personalized message.

Development

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:

  1. Clone the repository:

git clone https://github.com/Ajmal112/love-calculator.git

  1. Navigate to the project directory:

cd love-calculator

  1. Open the index.html file in your preferred web browser.

Contributing

Contributions to this project are welcome. If you have any suggestions or find any bugs, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.