A practice project demonstrating a simple AI-powered chatbot built using React and OpenAI API.
- Conversational chatbot using OpenAI (GPT)
- React functional components with hooks
- User-friendly chat interface
- React (Frontend)
- JavaScript
- OpenAI API (AI-powered responses)
- Bootstrap (Styling)
# Clone repo
git clone https://github.com/your-username/your-project.git
cd your-project
# Install dependencies
npm install
# Run development server
npm startnpm start– Start dev servernpm run build– Build for productionnpm run lint– Lint the code
This project is for educational/demo purposes. Thanks for checking it out!