Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhiljw46/kathyhere-frontend
An AI powered dating Chat Bot App Front End.
https://github.com/akhiljw46/kathyhere-frontend
ai chatbot dating gemini google-gemini javascript react reactjs
Last synced: 13 days ago
JSON representation
An AI powered dating Chat Bot App Front End.
- Host: GitHub
- URL: https://github.com/akhiljw46/kathyhere-frontend
- Owner: akhiljw46
- License: mit
- Created: 2023-12-16T14:00:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T10:04:46.000Z (11 months ago)
- Last Synced: 2024-04-18T01:54:13.969Z (7 months ago)
- Topics: ai, chatbot, dating, gemini, google-gemini, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://kathyhere.netlify.app
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kathy Here Frontend
An AI powered dating Chat Bot Frontend powered by [Google Gemini](https://ai.google.dev/). You can have friendly conversations with AI virtual companions Kathy and Tom with this app.
Created using React JS
Hosted on : https://kathyhere.netlify.app
Backend repository : https://github.com/akhiljw46/kathyhere-backend
## How to run
### Step 1
Create a `.env` file in the project folder with the following variable :
`REACT_APP_BACKEND_URL` : Enter the backend URL.
### Step 2
Run the following commands:
```
npm install
npm start
```