Skip to content

telmon95/web-checklist

Repository files navigation

Technical Checklist Project

Overview

This project is a web-based checklist tool for Audio Visual & Video Conferencing (AV/VC) equipment. It allows technicians to verify various equipment and software configurations and provide confirmation of checks performed.

Features

  • Technician name selection
  • Date of the checklist
  • Checklist title entry
  • Various checks for software and hardware
  • Escalation option with details
  • Confirmation section for the technician

Project Structure

  • index.html: Main HTML file containing the form and checklist sections.
  • styling.css: CSS stylesheet for styling the form and background.
  • investec.jpg: Background image used for the webpage.

Setup Instructions

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, etc.)
  • Text editor (e.g., VS Code, Sublime Text) for modifying the files

Running the Project

  1. Clone the repository (if applicable):

    git clone <repository-url>
  2. Navigate to the project directory:

    cd Checklist
  3. Open index.html in a web browser:

    • Simply double-click the index.html file, or
    • Right-click and select "Open with" and choose your preferred browser.
  4. Optional: Run a local server (recommended for advanced testing):

    • Using Python:
      python3 -m http.server
    • Navigate to http://localhost:8000 in your browser to view the project.

Usage

  1. Select Technician Name: Choose the technician from the dropdown menu.
  2. Enter Checklist Date: Pick the date for the checklist.
  3. Enter Checklist Title: Provide a title for the checklist.
  4. Perform Checks: Check the relevant boxes for software and hardware.
  5. Escalation: Indicate if escalation is required and provide details if necessary.
  6. Confirmation: Select your name and confirm that the checks were performed and escalations processed.
  7. Submit: Click "Send & Escalate" or "Save & Close" as needed.

Styling and Customization

  • Modify the srtling.css file to change the appearance of the form and background.
  • Replace investec.jpg with a different image by updating the path in srtling.css.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or feedback, you can reach me at:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors