so I am learning how to prototype website right now, and one of the requirement is to design and implement a paper prototype into an actual prototype on the web using ONLY javascript, HTML, and CSS.
I am wondering if there is a way for me to mimic the user log in function without using any databases. I'm thinking of maybe creating a method in the lines of
in javascript:
var username = Bob123
var password = BobHasNoPassword
and when I type that into the HTML form, it will redirect to another page.