wo-r / Chatbot

A plain JS chatbot with dynamic typing and on the typing markdown thanks to showdown.js

Home Page:https://wo-r.github.io/Chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why I made this?

I wanted to recreate a chatbot based off ChatGPT without all the fancy stuff, which means this is a hard coded javascript chat bot. It only answers specific questions, but can detect varied versions of those questions, like for greetings, you could say Hello, Hey, Hi, Heya, Heyo and get a gretting response, but saying Hola would cause it to not work.

Possible questions the bot can answer

  • Can you solve NumxNum (I guess I didn't finish this)
  • can you write a hello word function in javascript? (Case sensitive)
  • Hello
  • can you generate an image? (Case sensitive)

About

A plain JS chatbot with dynamic typing and on the typing markdown thanks to showdown.js

https://wo-r.github.io/Chatbot/


Languages

Language:JavaScript 75.6%Language:CSS 14.9%Language:HTML 9.5%