Anyone help me to build "Love calculator prank site" script ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone help me to build "Love calculator prank site" script ?

I want to build website like love calculator prank . Anyone help me to give ideas

16th Sep 2019, 8:47 PM
Ajith
4 Answers
+ 1
I've made one before as a random personal project. Simply have them input two names, maybe do some animation, and have some math to use the letters to get a number between 0 and 100. Then, if you want to have the names for yourself, use a jQuery POST request to a php/python file to write the names to a file.
16th Sep 2019, 9:45 PM
Daniel C
Daniel C - avatar
0
Bro . It's not the project I asked . I asked for prank site . But you told love calculator
16th Sep 2019, 10:51 PM
Ajith
0
Bro . I asked website like this https://lovecalculator.site/
16th Sep 2019, 10:58 PM
Ajith
0
Ajith I know, and what I told you can be used the same way. Have you used POST requests? That's how you can save the names that were typed in. You can use python or PHP to write the names to a text file and use them as you wish.
16th Sep 2019, 11:22 PM
Daniel C
Daniel C - avatar