Welcome to the AI Chatbot project! This is a full-stack web application that allows users to interact with a powerful AI model in real-time through a clean and responsive web interface.
π Live Demo: AI Chatbot Web App
- π¬ Ask any question and get instant answers from AI
- β‘ Powered by Gemini 2.0 Flash (Google Generative AI)
- π Secure API integration using
.envfiles - π Fast response and dynamic UI using React
- π Deployed on Render (Backend) and Netlify (Frontend)
- React.js
- Tailwind CSS (optional)
- Axios (for API calls)
- Node.js
- Express.js
- Google Generative AI SDK (
@google/generative-ai) - dotenv for secure environment variables
git clone https://github.com/your-username/ai-chatbot.git cd ai-chatbot
Frontend: cd ai-qa-app npm install
Backend: cd ../backend npm install
Create a .env file in the backend/ folder: GEMINI_API_KEY=your_google_generative_ai_key PORT=5000
App runs on:
Frontend β http://localhost:3000
Backend β http://localhost:5000
π License This project is licensed under the MIT License.


