Skip to content

sammyolsson/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Javascrip Chatbot

Technigo BootCamp: Week 1 | Chatbot.

This week we will be building a chatbot.
The focus is to practice the JavaScript parts listed below, but also to hook it up with the HTML.

-> How to use variables in JavaScript.

-> How to use conditionals in JavaScript.

-> Know some string methods to modify strings.

-> Understand control flow and the use of conditional statements.

-> How to use functions in JavaScript

-> Different datatypes

The problem

I was studying multiple example chatbots and generating ideas for my own bot. Then i planned the different choices/answers/questions and where them will lead the user.
If I had more time I would try to implement some more styling and a better "end" to the conversation.

View it live

https://astonishing-sawine-502c24.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • CSS 32.5%
  • HTML 11.4%