Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 873 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 873 Bytes

Chat with your favorite fictional characters!

Screenshot 2024-08-06 at 4 11 19 PM

This project is an interactive chat app where users can talk to AI-emulated fictional characters using React and the ChatGPT API.

Features

  • Interactive Chat Interface
  • AI-Driven Responses
  • Typing Indicator
  • Character Emulation

Technologies Used

  • React (refer to 'App.jsx')
  • ChatGPT API (refer to 'App.jsx')
  • Chatscope Chat UI Kit (refer to 'App.jsx')
  • CSS (refer to 'Index.css')

What I Learned

  • Basics of React: components and state with hooks
  • Integrating APIs: handling async requests
  • Building UI: designing an interactive chat interface

References