diff --git a/README.md b/README.md index a459355..79aa802 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ This is the frontend for [go-proxy](https://github.com/yusing/go-proxy), created using Next.js 14 (app directory) and NextUI (v2). -[Try it on CodeSandbox](https://githubbox.com/yusing/go-proxy-frontend) +## Screenshots + +![dsahboard](screenshots/dashboard.png) +![config_editor](screenshots/config_editor.png) +![proxies](screenshots/proxies.png) ## Technologies Used diff --git a/screenshots/config_editor.png b/screenshots/config_editor.png new file mode 100644 index 0000000..73cad07 Binary files /dev/null and b/screenshots/config_editor.png differ diff --git a/screenshots/dashboard.png b/screenshots/dashboard.png new file mode 100644 index 0000000..fc66549 Binary files /dev/null and b/screenshots/dashboard.png differ diff --git a/screenshots/proxies.png b/screenshots/proxies.png new file mode 100644 index 0000000..31ad1a1 Binary files /dev/null and b/screenshots/proxies.png differ