Web Client

screenshot of Web Client
react
tanstack
vite
bulma
chakra-ui

Reconmap's web client written in React. Manage all your pentest projects from a single place.

Overview:

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.

Features:

  • User-friendly interface: The Web client provides a clean and intuitive interface, making it easy for users to navigate and interact with the Reconmap platform.
  • Project management: Users can create and manage projects through the Web client, allowing for effective organization and collaboration within teams.
  • Task and command creation: The Web client enables users to create and assign tasks to team members, as well as define custom commands for execution.
  • Report generation: Users can generate reports based on the data collected and analyzed within Reconmap, providing valuable insights and documentation.

Summary:

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
React

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
TanStack

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
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

bulma
Bulma

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
Chakra UI

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
Eslint

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
Recharts

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

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
Typescript

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.