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-08-13 22:34:06 -07:00
public Added reset instructions, added login exceptions 2024-08-12 21:21:54 -07:00
src Tweaked minor things, Started on Wireless Settings 2024-08-13 22:34:06 -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 Started on dashboard, new icons 2024-08-04 10:11:04 -07:00
package-lock.json Added nav, finished login page, made logo 2024-08-02 07:49:07 -07:00
package.json Added nav, finished login page, made logo 2024-08-02 07:49:07 -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.