Skip to content

This is an interactive web page with a chatbot made using plain javascript. In this project there is DOM manipulation, and different responses occur dependig on users inputs. This project is excelent for training DOM selectors, functions, loops, switch statements, inputs, eventhandlers...

Notifications You must be signed in to change notification settings

vidalhuix/chatbot-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

Project chatbot

A chatbot designed to help the user orther food .

The problem

The main problem was to put all the new learning things join up together. This was our first week learning JS, and the project was overwhelming in many senses, but it was a good exercise to grasp some of the basic concepts of JS: the DOM, selectors, creating functions, scopes, event listeners, and more.

With more time, I would have played more with the style and added sounds, cleaned up the code, and trying to understand every thing more among many other things.

I started the project with Manuela, but after not having time to work at the same time, we finished separately.

View it live here

About

This is an interactive web page with a chatbot made using plain javascript. In this project there is DOM manipulation, and different responses occur dependig on users inputs. This project is excelent for training DOM selectors, functions, loops, switch statements, inputs, eventhandlers...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • CSS 30.0%
  • HTML 7.1%