vinitshahdeo/PortScanner

Port Scanner Form Component in React

開放

#121 建立於 2021年3月8日

 (12 則留言) (0 個反應) (1 位負責人)Python (122 個分叉)auto 404
Level3Reactfrontendgssoc21help wantedup for grabs

倉庫指標

星標
 (150 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

As we've built many features to justify the one-liner description of this project i.e. a go-to networking tool, now it's time to revamp the existing UI.

Add a new component PortScannerForm.js which will take inputs for:

  • host to scan
  • lower range of ports
  • upper range of ports

This component should also have a button called SCAN. The scanning for open ports will start on clicking this button. Refer the image attached below for design

As of now, on clicking SCAN button, the values in the input fields should be displayed in console

P.S. : The basic frontend on react is available on feature/react branch in the folder network-scanner. Add your components in the same branch. Do not make any changes in App.js / index.js.

image

貢獻者指南