This is a project made during our fourth week at the Technigo bootcamp. The learning objective was to create a chatbot.
Creating this chatbot was a group assignment so we have practiced JavaScript together this week. Mainly with the purpose of getting a better understanding of variables, string methods including modification of strings, control flow and conditional statements and how to write functions; taking arguments and returning values.
We approached the problem with VSCode Live share and began by exploring example code for different possible solutions to our problem in relation to the start code that was given to us. After that we tried out some coding by combining different solutions to widen our understanding. Eventually we felt ready to start with our actual problem and continued writing the code that was given to us in order to solve our problem. Probably needless to say, Devtools in chrome was of great importance to us. If we would have more time we would add a buffer icon and different input types.