| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This React application provides a comprehensive security monitoring solution with features for real-time data analysis, offense monitoring, and device management. The application includes multiple pages to offer users insights and controls over monitored devices and security metrics.
Clone the repository:
git clone https://github.com/Smartshield-INSAT/Frontend.git
cd FrontendInstall dependencies:
npm installRun the application:
npm startEnvironment Variables: Ensure the API BASE_URL is set up in the component or moved to an environment configuration file as needed.
The app runs on http://localhost:3000 by default. Access it in a browser to start monitoring real-time security metrics, offenses, and device activity.
The project follows a typical React structure with components and pages organized by functionality.
Displays core security metrics and charts:
Allows users to delve deeper into security logs, with filtering options for specific metrics and annotations.
Lists recent offenses detected in the system, providing a breakdown of threats and potential risks.
Displays a list of all monitored devices, with the ability to view more detailed statistics about each device’s activity.
Allows users to adjust settings for the application, including API configurations and refresh intervals.
This project is licensed under the MIT License. See the LICENSE file for more details.
| Back | FazBrowse Home | New Git URL |