Logo Lanfrica

Yunimo30/HANDA-Management-Portal

Domain:

healthcareclimate

Record type:

software
Creator:
Yun
Host:
Prototype version for a Health and Climate Risk Management Web Application # HANDA - Health and Climate Risk Management Portal A modern web application for managing and visualizing health and climate risk data. Built with JavaScript and TailwindCSS, HANDA provides an intuitive interface for tracking health incidents and climate data while offering powerful visualization and reporting capabilities. ## Features ### πŸ” User Management & Security - Role-based access control (Admin/Staff) - Secure user authentication - User activation/deactivation - Protected routes and API endpoints ### πŸ“Š Data Visualization - Interactive health trends analysis - Timeline view (line chart) - Category comparison (bar chart) - Distribution analysis (pie chart) - Multi-metric analysis (radar chart) - Climate data visualization - Geographic risk mapping ### πŸ“‹ Records Management - Health incident tracking - Climate data monitoring - Location-based record organization - Bulk data import/export ### πŸ“ˆ Reporting & Analytics - Customizable report generation - Data filtering and aggregation - Export functionality (CSV) - Trend analysis and insights ### 🎨 Modern UI/UX - Responsive design for all devices - Dark/Light mode support - Smooth transitions and animations - Intuitive navigation ## Tech Stack - **Frontend Framework**: Vanilla JavaScript (ES6+) - **Styling**: TailwindCSS - **Build Tool**: Vite - **Data Visualization**: Chart.js - **Mapping**: Leaflet.js - **State Management**: Custom implementation - **Data Storage**: LocalStorage with service abstraction - **Date Handling**: date-fns ## Project Structure ``` HANDA-Management-Portal/ β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ js/ β”‚ β”‚ β”œβ”€β”€ models/ # Data models and types β”‚ β”‚ β”œβ”€β”€ services/ # Business logic and data handling β”‚ β”‚ β”œβ”€β”€ utils/ # Helper functions and utilities β”‚ β”‚ └── views/ # UI components and view logic β”‚ └── css/ # Stylesheets and TailwindCSS config β”œβ”€β”€ public/ # Static assets and sample data β”‚ β”œβ”€β”€ climate_100.csv β”‚ └── disease_100.csv β”œβ”€β”€ index.html …

Languages