The Disney SmartBot is an interactive chatbot application built with React and powered by the Google Gemini API. It provides users with real-time information about Walt Disney World, including park hours, ticketing, dining options, and more.
🔗 --> View Live Website
- AI-Powered Responses - Utilizes the Google Gemini API for intelligent and dynamic conversations.
- REST API Integration - Fetches and displays up-to-date information about Walt Disney World.
- Responsive Design - Built with React and custom CSS for seamless user experience on both desktop and mobile devices.
- Google Gemini API
- Styling: CSS with Google Fonts
- Clone the Repository
- git clone https://github.com/yourusername/disney-smartbot.git
- cd disney-smartbot
- Install Dependencies -npm install
- Make an account to get your free google gemini api key.
- Create a .env file in the root directory and add the following: VITE_API_URL=YOUR_API_URL
- Start the Application
- npm run dev
- The app will be available at http://localhost:5173.