JPBP22 / engine

0 stars 4 forks source link

Merge frontend implementation for recommendations and chatbot into dev branch #26

Closed HenningGC closed 1 year ago

HenningGC commented 1 year ago

Recommendations:

Created a form for users to input their user ID. Display error messages for invalid input or when the user ID is not found. Integrated with the backend to fetch recommended games based on the user ID. Display the list of recommended games with a custom text color. Chatbot:

Created a Chatbox component for user interaction with the chatbot. Implemented dynamic chat bubble display based on user input and chatbot responses. Added an animated timer for user feedback during processing. Integrated with the backend to fetch chatbot responses using OpenAI GPT-3.5 API. Maintains conversation history for context-aware responses. The frontend components have been successfully tested to work with the backend, and all functionalities are working as expected. This PR is ready to be merged into the dev branch for further testing and integration with other components of the project.