Skip to content

frontend components for titanic survival calculator with mobile optimization and real-time validation

Obaidullah Habibi requested to merge master into main

Added Components

  1. PropertyExplanations.js: Field descriptions and validation rules
  2. SurvivalCalculator.js: Main calculator with loading state and TraveledAlone field
  3. Result.js: Prediction display with error handling
  4. Header.js: Navigation and model info tooltip
  5. Form.js: Input form with validation
  6. PredictionHistory.js: Last 5 predictions tracking
  7. LandingPage.js: Welcome page with model list
  8. App.css: Mobile-optimized styles and dark mode

All components implement required features: mobile optimization, real-time validation, model explanations, and 5-prediction history.

Merge request reports

Loading