friendship calculator:

By // No comments:

Find Relationship Strength Percentage between Friends

Your Details Your Friends Details
Name
Gender
 
 
 
Your Friendship Strength is
 
This is just a fun calculator. Don't take it too seriously.

demo test

By // No comments:
Run the file
    
       
<html ng-app>
   
   <head>
      <script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
   </head>
   
   <body>
      <div>
         <label>Name:</label>
         <input type = "text" ng-model = "yourName" placeholder = "Enter a name here">
         <hr />
         
         <h1>Hello {{yourName}}!</h1>
      </div>
      
   </body>
</html>
    
  
Edit This Code :
Result :

Followers