+ 1
Guys ! I need a brief moment of you to make me understand how JavaScript is being used to create login forms
The JavaScript way to create login and sign up forms
2 Antworten
+ 2
You can make a working login system with Javascript, but it will require a backend.
If you don't know about any backend language, you can use Google's firebase.
It's very easy to learn and use.
You can learn how to use firebase database on YouTube.
Even my website is using firebase database to collect inputs.
Here is the 'get website form' of my website:
https://arnavgumber.github.io/codeinfinitewitharnav/Get%20Website.html
I had learnt and made the form working within 2-3 days with firebase.
Within a few days or weeks, I will shift to a backend language.
Hope it helps.
0
Forms are the basics of HTML. We use HTML form element in order to create the JavaScript form.