Light theme inactive

Dark theme active

Login Demo

About

This project demonstrates a simple login system using session storage to persist user data* and dynamically load custom content across multiple pages. Login credentials and custom page content are stored in JSON files and fetched during runtime. The application is built with vanilla ES6 JavaScript (no frameworks). For further details please consult the Git Repository

* The user is automatically logged out when the browser window or tab is closed, as the session data is not persisted beyond the session.

Extra Content (Requires Login)