Skip to content

id4h4lling/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Chat-bot Drinkifier

This is a chatbot suggestion a drink for you based on how you feel.

The problem

First time practising javascript and first time pair-programing. We used functions (and some conditions). And eventlistners.

We started off with a more complex storyline but "scaled" it down to a pretty simple one to foucus on really understing what we were doing.

We know that this isn't the best way to solve it, (DRY method has NOT been applied) but we learned a lot. And understand that this way of building, nesting functions, get super complicated when building bigger. And also that we should place eventlistner in a condition instead.

If we hade more time we would re do with more conditions (if-statements) on every step. Like one for replies another for questions and one more for eventlistners.

View it live

https://drinkifier-chatbot.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 64.8%
  • CSS 24.4%
  • HTML 10.8%