-- AI-CHATBOT --
- A simple React-based chatbot powered by Google Gemini API that allows users to chat with an AI model in real-time.
 - The chatbot uses the gemini-1.5-flash model to generate intelligent responses and simulates a natural conversation experience.
 
-- Features :
- Real-time AI-powered responses
 - Uses Google Generative AI (Gemini API)
 - Simulated typing delay for a natural chat feel
 - Message history stored in React state
 - Easy to integrate into any React project
 
-- Technology Used :
- React.js – Frontend framework
 - Google Generative AI SDK – AI responses
 - JavaScript (ES6+)