Skip to content

smirrebinx/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Javascript Chatbot

The assignment was to build a chat bot with eventlisteners for the form submit event. The value from the input should be stored and posted as a message from the user. The chat bot app should progress to the next question. There was a starter code for HTML, CSS and Javascript. The starter code included the first message from the bot. Background photo: Mitchell Luo, Unsplash, https://unsplash.com/photos/FWoq_ldWlNQ?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText Illustrations: https://undraw.co/illustrations

The problem

To approach the problem a demo app from Technigo and previous students were used as inspiration. To understand how the chat bot could work other students' code was first implementet and then refactored with additional functions and eventlisteners. Information and code snippets from various blogs and forums were also used and some guidance was needed from a more experienced coder to solve some of the more complicated functions. Future iterations of the chat bot will include a more user friendly experience for a mobile user when it comes to scrolling.

View it live

https://melodic-stardust-81c7d1.netlify.app/

About

Javascript Chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.6%
  • CSS 38.2%
  • HTML 15.2%