+ 1
I want to make a log in system to store all the data that will be register. How can i do that using javascript?
need help beginner
3 Answers
+ 3
For web application, you would need a server either local or web server for running server script and storing data into database table. Server scripts in JavaScript is Nodejs.
The JavaScript that usually run from browser HTML, is not able to store any data except local storage on the local machine.
+ 3
You can make desktop, android, ios, etc. Apps with Javascript using ReactNative.
+ 1
What you info you want to get logged and in what form like a text file will be enough ?