Skip to content

Remote Network Monitor lets users scan their local networks form anywhere in the world. This is the code for the web-app for the same.

Notifications You must be signed in to change notification settings

achalsaharan/remote-network-monitor-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Network Monitor

The motivation of this project is to enable network administrators to scan there local networks from anywhere in the world just with the help of an internet connection. This works by deploying a server in the local network which is resposible to scan the network and the administrators can control the whole process right from scheduling scans to viewing the results with the help of a web-app.

This is the code for the web-app that is responsible for displaying the scan results effectively in the form of an interactable GUI. This code makes API calls to the backend server and is responsible for effectively displaying information and interacting with the backend. The code for the backend can be found here.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

Remote Network Monitor lets users scan their local networks form anywhere in the world. This is the code for the web-app for the same.

Topics

Resources

Stars

Watchers

Forks