A foundational web application front-end built with HTML, CSS, and JavaScript. This repository serves as a baseline project for DevOps practices, including continuous integration, containerization, and automated deployment pipelines.
- User Authentication Flow: Includes dedicated interfaces for user access management.
index.html- Main landing page / dashboard portal.login.html- Secure user login interface.registation.html- New user sign-up/registration form.
- Dynamic Client-Side Logic: Form validation and interactive elements handled via
script.js. - Responsive Styling: Modern, clean design using custom properties defined in
styles.css.