This is a simple love calculator web application built using React and TailwindCSS. The application allows users to enter the names of two individuals and calculates a love score based on a mathematical algorithm.
- Calculate the love score between two individuals
- User-friendly interface
- Built using React
- Navigate to the Love Calculator website.
- Enter the names of the two individuals you want to calculate the love score for.
- Click the "Calculate" button to get the result.
- Clone the repository:
git clone "https://github.com/naitik-lodha/love-calculator-react"
- Install the dependencies:
npm install
- Start the application:
npm start
- Open the browser and go to
http://localhost:3000
to view the application.
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-new-feature
- Make changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a pull request