An interactive web application for learning and testing knowledge about Hydro Electric Power Plant (HEPP) components.
- Learn Mode: Interactive component exploration with detailed descriptions
- Quiz Mode: Test your knowledge by identifying HEPP components
- Captcha Mode: Practice component recognition in a grid-based format
- Interactive Diagram: Access to both labeled and blank HEPP diagrams
- Clone the repository
- Navigate to the HEPP-Reviewer-App directory
- Open
index.htmlin your web browser
.
├── images/ # Component and diagram images
├── sounds/ # Audio feedback files
├── index.html # Main HTML file
├── styles.css # Styling
├── app.js # Application logic
├── components.json # Component descriptions
├── netlify.toml # Netlify configuration
└── LICENSE # MIT License
- Learn Mode: Click on components to view detailed information
- Quiz Mode: Identify components from multiple choice options
- Captcha Mode: Select correct components from image grids
- Use the diagram button in any mode for reference
The app is configured for Netlify deployment:
- Connect GitHub repository to Netlify
- Configure build settings:
- Build command: None required
- Publish directory:
HEPP-Reviewer-App
This project is licensed under the MIT License - see the LICENSE file for details.