This is a dashboard for a router extender that I have, this app is built using React, and the React Router.
Go to file
2024-07-31 17:38:21 -07:00
src Init 2024-07-31 17:38:21 -07:00
.eslintrc.cjs Init 2024-07-31 17:38:21 -07:00
.gitignore Init 2024-07-31 17:38:21 -07:00
index.html Init 2024-07-31 17:38:21 -07:00
package-lock.json Init 2024-07-31 17:38:21 -07:00
package.json Init 2024-07-31 17:38:21 -07:00
README.md Init 2024-07-31 17:38:21 -07:00
tsconfig.app.json Init 2024-07-31 17:38:21 -07:00
tsconfig.json Init 2024-07-31 17:38:21 -07:00
tsconfig.node.json Init 2024-07-31 17:38:21 -07:00
vite.config.ts Init 2024-07-31 17:38:21 -07:00

Extender Wifi UI

This is a dashboard for a router extender that I have, this app is built using React, and the React Router. This dashboard will be able to see the devices online, help you extend your network, look at the wireless or system settings with a full login part! This app is ONLY the dashboard, no security is inlcuded which should not be used for real world use.

Features

  • Login Page
  • Register Page
  • Device List
  • Extend Wireless Network
  • Wireless Settings
  • System Settings

Run

To create a test environment of this dashboard, use the command:

npm run dev

to run a test environment of this code.

Made by Keyemail, developed using Vite.