This project is an interactive chat app where users can talk to AI-emulated fictional characters using React and the ChatGPT API.
- Interactive Chat Interface
- AI-Driven Responses
- Typing Indicator
- Character Emulation
- React (refer to 'App.jsx')
- ChatGPT API (refer to 'App.jsx')
- Chatscope Chat UI Kit (refer to 'App.jsx')
- CSS (refer to 'Index.css')
- Basics of React: components and state with hooks
- Integrating APIs: handling async requests
- Building UI: designing an interactive chat interface