Skip to content

Latest commit

History

History
12 lines (9 loc) 路 766 Bytes

File metadata and controls

12 lines (9 loc) 路 766 Bytes

DevOps Lab 1: Web Application Deployment

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.

馃殌 Features

  • 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.