Reconmap's web client written in React. Manage all your pentest projects from a single place.
The Reconmap Web client is a key component of the Reconmap architecture. It allows users to interact with the Reconmap API to create and manage projects, tasks, commands, reports, and more. The Web client can be accessed through a browser and offers a user-friendly interface for efficiently utilizing the Reconmap platform.
The Reconmap Web client is a crucial part of the Reconmap platform, allowing users to conveniently interact with the Reconmap API and utilize various features for project management, task creation, command execution, and report generation. By providing a user-friendly interface and seamless integration with other parts of the Reconmap architecture, the Web client enhances the functionality and efficiency of the platform for security professionals and teams.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.