Skip to content

tatianafrank/React-Chat

Repository files navigation

Available Scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Conversations

The /conversations directory holds .tsv files with the guided directions the bot delivers for each module. These files should be created and edited in a software that handles tsv files such as excel or numbers so that the proram will automatically escape commas, apostrophes, etc when exporting to tsv. Manually editing tsv files could lead to parsing errors.

Lib

The /lib directory contains the chatbot library. Customizations have been made to the ChatBot.jsx file to meet the specific needs of this chatbot-like program.

Components

/components directory contains custom component code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published