This is a basic login authentication system built using HTML, CSS, and JavaScript. It allows users to register with a username and password, login using those credentials, and access a secured page after successful authentication.
- User Registration: Users can create new accounts by entering a username and password.
- User Login: Users can log in using the credentials they registered with.
- Secured Page: Only accessible to users who have successfully logged in.
- LocalStorage: User credentials are saved in the browser's local storage.
- Logout: Users can log out and return to the login/register page.