Skip to content

Team project with trista1987 for Technigo Web Dev Bootcamp spring 2024. Practicing DOM manipulation, forms, functions and event handling.

Notifications You must be signed in to change notification settings

sofia32057/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Catering Chatbot This project is for ordering food by a chatbot. We serve pizza, salad and pasta.

The problem

First, we did a flow chart to sketch out the flow. We worked one function at a time, trying to keep them to only one task each. This to make the code readable but also give us the ability to easily recall a function if needed. We had some issues creating elements and attaching eventlisteners, and settled on a quite static approach with one listener for each clickable element.

Next step would be rafactoring to make the code more dynamic. Also, we kept all the original css and html.

View it live

https://tristas-and-sofias-chatbot.netlify.app/ Netlify Status

About

Team project with trista1987 for Technigo Web Dev Bootcamp spring 2024. Practicing DOM manipulation, forms, functions and event handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 18.0%
  • HTML 7.8%