AI-Chatbot

AI Chatbot (Google Gemini Powered)

This project is a modern React-based AI chatbot that uses the Google Gemini API for natural language responses.
It features a clean UI, dark/light mode, and displays bot answers in bullet points when appropriate.

Features

Getting Started

  1. Clone the repository:
    git clone <your-repo-url>
    cd react-ai-chatbot
    
  2. Install dependencies:
    npm install
    
  3. Add your Google Gemini API key:
    • Create a .env file in the project root (if not present).
    • Add:
      REACT_APP_GOOGLE_AI_API_KEY=your_google_gemini_api_key_here
      
  4. Start the development server:
    npm start
    

Usage

Customization

Technologies Used

License

This project is for