Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 1.98 KB

File metadata and controls

86 lines (49 loc) · 1.98 KB

Hust EDR Dashboard

Modern, responsive dashboard UI for the Hust Endpoint Detection and Response (EDR) system.

Original Author

Crafted with 🤍 by @satnaing

Edited by @f1rst

License

Licensed under the MIT License

Tech Stack

Getting Started

Demo image

All data in the image is sample data.

  1. Overview Dashboard

Dashboard

  1. Alert

Alert

Alert-Details

Alert-Raw

  1. Rule

Rule

Rule-edit

  1. Agent

Agent

Agent-details

Send-command

Prerequisites

  • Node.js 16+
  • pnpm (recommended) or npm

Project Structure

frontend/
├── public/           # Static assets
├── src/              # Source code
│   ├── components/   # Reusable UI components
│   ├── features/     # Feature-specific components
│   ├── routes/       # Application routes
│   ├── stores/       # Zustand stores for state management
│   ├── hooks/        # Custom React hooks
│   ├── lib/          # Utility libraries
│   ├── context/      # React contexts
│   ├── types/        # TypeScript type definitions
│   └── utils/        # Helper functions
└── ...               # Configuration files