DevOps Quiz Web Application
Overview The DevOps Quiz App is a simple static web application designed to help learners understand DevOps concepts through interactive quizzes. This project demonstrates collaborative development using Git, GitHub, and branching workflows, emphasizing incremental development and version control best practices.
The app was developed as part of a pair assignment in a Distributed Version Control Systems (DVCS) lab, focusing on collaboration, pull requests, and merge conflict resolution.
Features . Load DevOps quiz questions from a JSON. . Select a specific DevOps topic to focus on. . Display one question at a time with multiple choice options. . Provide immediate feedback and explanation after each answer. . No backend required - fully static using HTML, CSS, and JavaScript. . Demonstrates incremental development and collaborative workflows. test for conflict CONFLICT TEXT
DevOps Topics Covered The question bank includes topics such as: . The DevOps Culture . Version Control Systems . Continuous Integration (CI) . Continuous Delivery (CD) . Continuous Deployment . Infrastructure as Code (laC) . DevOps Planning and Practices
At least 20 questions are included in the initial version, covering multiple topics.