0
how do i create login page for user and sellers using html/css/js
login/signup for users and sellers
3 Antworten
+ 2
that's not enough
you need a database that store the usernames and passwords with a server side language to elaborate the result of query
0
no just i want to create front end
0
I guess, theoretically, you could design the front end. but without a backend, you'd have no means of testing it out?
So you wouldn't know if it worked or not.
I guess at a push, you could create arrays for users and passwords, and use that, but it's hardly a secure choice :/