Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/chatbot front end #11

Merged
merged 6 commits into from
Dec 16, 2024
Merged

Feat/chatbot front end #11

merged 6 commits into from
Dec 16, 2024

Conversation

JoshCodedit
Copy link
Contributor

Pull Request

Description

This pull request introduces a chatbot feature powered by OpenAI, along with codebase refactoring, UI/UX improvements, and documentation updates. Key changes enhance the usability, maintainability, and clarity of the application.

1. Chatbot Integration

  • Implemented a chatbot that interacts with OpenAI's API for generating responses.

2. Code Refactoring

  • Moved all interfaces into a new types file located in the utils folder for better organization and easier management.

3. UI/UX Improvements

  • Increased the chat window height for more visible space.
  • Updated message bubbles to differentiate between user messages and bot responses.

4. Removed Unsupported Features

  • Removed the hover functionality, which is not available in the native-base library, as it is primarily designed for mobile-first applications.

5. Documentation

  • Updated the README.md file to reflect new features, enhancements, and updated project structure.

Please review these changes and provide feedback or suggestions for improvement.

Type of Change

Please delete options that are not relevant:

  • ✨ New feature, style (non-breaking change that adds functionality)
  • 📄 Documentation changes (if none of the above apply)
  • 🔧 Refactor, perf, test, build, fix

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas (if necessary)
  • I have updated the documentation (if necessary)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

Screenshots (if applicable)

Chatbot
chatbot 2

Copy link
Contributor

@Gaajia Gaajia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Gaajia Gaajia merged commit 746168b into main Dec 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants