Skip to content

miharadu/nextJsChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

nextJsChatBot

Features

  • Load the chat bot data asynchronously or via SSR
  • The chat bot flow starts with question id 100
  • Use the chosen option‘s nextId to guide the user through the dynamic flow
  • All previously entered answers need to be displayed
  • If the nextId is false, the flow is terminated and the following message is shown: „Herzlichen Dank für Ihre Angaben“
  • Finally the answers are sent combined as a PUT request to this endpoint (see OpenAPI specification for details)

All features have been implemented

Tools & Technology Stack

  • Visual Studio Code
  • Git
  • Typescript 4+ (Strict Mode)
  • React 17+
  • Material UI 4+ and JSS - instead of JSS, I used emotion, since emotion is now the default with MUI and many developer teams that used JSS in the past are rewriting their components in emotion

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors