Skip to content

Week 2 | The DOM, Functions and Scope - Project chatbot

Notifications You must be signed in to change notification settings

mikaeloling/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Project Name

Pizza Chat Bot

This project involves creating a chat bot that assists users in ordering a pizza by asking a series of questions.

The problem

The main challenge was to manage the state of the conversation and handle user inputs appropriately. The approach was to use a state machine concept where the chat bot's behavior is determined by its current state (e.g., asking for the user's name, asking for the type of pizza, etc.).

View it live

https://zesty-kheer-8e9d84.netlify.app/

About

Week 2 | The DOM, Functions and Scope - Project chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • CSS 31.3%
  • HTML 12.6%