This is a simple chatbot app implemented in React using Google's Gemini API. The goal of this project was to create a basic chatbot interface in under 30 minutes as part of a challenge.
- Simple chat interface
- Integration with Google's Gemini API for natural language processing
- Minimalistic design
- Responsive layout
- React
- Google's Gemini API
If you want to run this project locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install dependencies using npm or yarn:
npm install
or
yarn install
- Start the development server:
npm start
or
yarn start
- Open your browser and go to
http://localhost:3000
to see the app running locally.
This project was created by Srikar Veluvali as part of a coding challenge.
This project is licensed under the MIT License.