An AI powered dating Chat Bot Frontend powered by Google Gemini. 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
Create a .env
file in the project folder with the following variable :
REACT_APP_BACKEND_URL
: Enter the backend URL.
Run the following commands:
npm install
npm start