This is a simple AI-powered chatbot application built using React and Google Gemini AI. The chatbot has a fun and casual personality, responding in English with Hindi slang.
- Conversational AI chat.
- Supports real-time messaging
- Responsive and modern UI with a chat bubble format
- React (Functional Components & Hooks)
- TypeScript
- Tailwind CSS
- Google Gemini AI (via
@google/genai
API)
- Clone the repository:
git clone https://github.com/lkshaybs/Slangster.git cd slangster
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open the application in your browser.
- Start typing a message in the input box and press enter or click the send button.
- The chatbot will reply with casual, slang-filled responses in a conversational tone.
- Add support for voice input and output.
- Improve UI/UX with animations.
- Store conversation history.