Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 899 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 899 Bytes

ChatBot with React JS with Mic Support

This project is made with React JS to demonstrate a chatbot and its functionalitites which has a text generator and voice to text. This can be used as a bot for most of use cases.

Getting Started

To get you started you can simply clone the repository:

git clone https://github.com/Rajdeepc/react-chatbot-mic

and install the dependencies

npm install

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

Installing

Lint & Build

npm run lint
npm run build

Running the tests

npm test

Run in Local

To Run Locally Steps to follow:

  • npm run start

Built With

License

This project is licensed under the GPL License - see the LICENSE.md file for details