🚀 Chat API An interactive chatbot powered by Google Gemini API that provides instant AI-generated responses to user queries.
📌 Features ✅ Ask any question and get an AI-generated response ✅ Uses Google Gemini API for natural language processing ✅ Displays chat history with user queries and responses ✅ Responsive UI with smooth interactions
🛠️ Technologies Used React.js (Frontend) Google Gemini API (AI Response) Axios (API requests) CSS (Styling & Responsiveness) 📦 Installation 1️⃣ Clone the repository:
git clone https://github.com/your-username/chat-api.git
cd chat-api
2️⃣ Install dependencies:
npm install
3️⃣ Start the development server:
npm start
⚙️ Usage 1️⃣ Enter a question in the input box. 2️⃣ Click the Send button (🔼). 3️⃣ The AI will generate and display the response. 4️⃣ Previous chats are stored in history.