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

BTS Album order chatbot #292

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

BTS Album order chatbot #292

wants to merge 4 commits into from

Conversation

cholpoun
Copy link

@cholpoun cholpoun commented Sep 15, 2024

BTS Album order chatbot

It's a chatbot that helps BTS fans to order an album and ship it to them.

The problem

View it live

https://66e749cabc17b454e8f08b95--stirring-salamander-f9faef.netlify.app/

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

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

Good job putting together this chatbot 🎵

JavaScript

  • Nice that you implemented some buttons! However, I think using the inputWrapper for all user inputs would be the best approach for a cleaner user experience.
  • Make sure to put all of the user interactions as messages from the user
  • Be mindful of the order of your functions for coming weeks.

Clean Code

  • Good variable names and nicely structured functions ⭐

Good job overall, creating a well-functioning chatbot!

Comment on lines +18 to +20
<button id="golden-btn">Golden</button>
<button id="muse-btn">Muse</button>
<button id="layover-btn">Layover</button>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think all these buttons that the user should click, would fit better in the inputWrapper 👀

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