Jasmeet1709 / udabot

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udabot - Udacity pathfinder bot

The repository contains the source code for Udabot - A chat bot developed as a gift to Udacity by students of Udacity. The development started as a collaboration between few students selected for google mobile web specialist scholarship.

Getting started

The repo contains 3 core components

  1. Bot
  2. Webchat control
  3. Udabot frontend webpage

Bot : This component contains the code to set up a bot server. The server handles the HTTP requests, calls LUIS whenever needed and manages the conversation flow.

Webchat control : Webchat control is the React based chat component of the Udabot. To change UI, or to add additional functionality to bot, update this component.

Udabot frontend webpage : This is React based component for the website of Udacity. This contains a reference to webchat control as a child component.

Refer to wiki to understand how to setup the code.

❤️ Tech stacks ❤️

About

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.

License:MIT License


Languages

Language:TypeScript 77.0%Language:CSS 8.6%Language:HTML 8.3%Language:JavaScript 4.4%Language:Batchfile 1.6%