Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajdeepc/penelope

a chatbot with built react. Oh you can use your mic also.!!
https://github.com/rajdeepc/penelope

chatbot javascript mic node-module react reactjs

Last synced: 6 days ago
JSON representation

a chatbot with built react. Oh you can use your mic also.!!

Awesome Lists containing this project

README

        

## 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/](http://git-scm.com/).

### Installing

#### Lint & Build

```sh
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

* [React js](https://github.com/facebook/react/).

### License

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