diff --git a/README.md b/README.md index ee0b6af..4b014b9 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,10 @@ The server will start on `localhost:9000`. By default, the server starts on port 9000. You can override the default port the server listens on by setting the environment variable `PORT` in the command above. +## Chat App UI Screenshot +Below is a screenshot of the Chat App’s user interface. + +![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg) ## Usage diff --git a/chat-app-screenshot.jpg b/chat-app-screenshot.jpg new file mode 100644 index 0000000..ce1a4a0 Binary files /dev/null and b/chat-app-screenshot.jpg differ diff --git a/server-go/README.md b/server-go/README.md index 6ab3758..92635dd 100644 --- a/server-go/README.md +++ b/server-go/README.md @@ -22,3 +22,7 @@ GOOGLE_API_KEY= PORT= go run . ## Environment Variables * GOOGLE_API_KEY: API key for Gemini service. * PORT: The port this server is listening on (default 9000). +## Chat App UI Screenshot +Below is a screenshot of the Chat App’s user interface. + +![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg) diff --git a/server-js/README.md b/server-js/README.md index 3b9b02b..171acba 100644 --- a/server-js/README.md +++ b/server-js/README.md @@ -41,3 +41,7 @@ By default, the app will run on port 9000. If you want to specify your port, edit the `PORT` key in your `.env` file. `PORT=xxxx` +## Chat App UI Screenshot +Below is a screenshot of the Chat App’s user interface. + +![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg) diff --git a/server-python/README.md b/server-python/README.md index 7d1d993..656bff7 100644 --- a/server-python/README.md +++ b/server-python/README.md @@ -55,3 +55,8 @@ python app.py ``` The server will start on `localhost:9000`. + +## Chat App UI Screenshot +Below is a screenshot of the Chat App’s user interface. + +![UI Screenshot](https://raw.githubusercontent.com/Ekam219/example-chat-app/main/chat-app-screenshot.jpg)