Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconmap/web-client
Reconmap's web client written in React. Manage all your pentest projects from a single place.
https://github.com/reconmap/web-client
chakra-ui frontend hacktoberfest infosec pentesting react reactjs security typescript
Last synced: 2 days ago
JSON representation
Reconmap's web client written in React. Manage all your pentest projects from a single place.
- Host: GitHub
- URL: https://github.com/reconmap/web-client
- Owner: reconmap
- License: apache-2.0
- Created: 2020-08-14T16:51:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T21:49:59.000Z (6 days ago)
- Last Synced: 2024-10-29T10:23:33.895Z (5 days ago)
- Topics: chakra-ui, frontend, hacktoberfest, infosec, pentesting, react, reactjs, security, typescript
- Language: JavaScript
- Homepage: https://docs.reconmap.com
- Size: 11.9 MB
- Stars: 52
- Watchers: 5
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build and deployment workflow](https://github.com/reconmap/web-client/actions/workflows/build-deployment.yml/badge.svg)](https://github.com/reconmap/web-client/actions/workflows/build-deployment.yml) [![Docker Repository on Quay](https://img.shields.io/badge/quay.io-latest-green "Docker Repository on Quay")](https://quay.io/repository/reconmap/web-client) [![Maintainability](https://api.codeclimate.com/v1/badges/c66c89d29be730d92085/maintainability)](https://codeclimate.com/github/Reconmap/web-client/maintainability) [![Gitter](https://badges.gitter.im/reconmap/community.svg)](https://gitter.im/reconmap/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# Reconmap Web client
The Reconmap Web client allows users to interact with the Reconmap API to create projects, tasks, commands, reports and much more. Other clients include the [CLI](https://github.com/reconmap/cli) (command line interface) and the [mobile client](https://github.com/reconmap/web-client).
This is a component of many in the [Reconmap's architecture](https://docs.reconmap.com/development/architecture.html).
## Requirements
- Docker
- Make
- [Reconmap REST API](https://github.com/reconmap/rest-api)## Running instructions
```sh
make prepare start
firefox http://localhost:5500/
```