I wanted to do a chatbot that gives the user generated affirmations and be a guide in how to use affirmations. I originally aimed to also offer the user to calculate their personal life path number (by adding their birth day digits until its a single digit). And after that link to where they could read more about what each number means according to the ancient mythology of numerology. These funcions id like to develop more as i get to learn more Javascript and get more familliar how to handle the event listeners.
I started out by trying out different ways of using the inner html just to understand how the work flow works in Javascript. I struggled a lot with figuring out in which order to write code in the JS-file to make the answer and input being run in the right order. Just the process of grasping how to control the workflow in the eventlisteners took 99% of the work i did throughout the week. And i just barely figured it out when deploying the site. With that said, this chatbot still is in the very embryo state as we speak.