Skip to content

A simple Chat Bot, That repeats whatever you type into it.

Notifications You must be signed in to change notification settings

farisabdulraheem/EchoBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Echo Bot

A simple React Bot which repeats anything that you type into it.

Echo Bot Project Backend End

In order to run the Echo Bot React Application. In the project directory - Backend, you can run the nodejs express backend application:

Installation commands

1. Open cmd or terminal
2. npm install (for all the required dependecies) 
3. node server.js - It will run the server ,

The server is hosted at http://localhost:3001

Echo Bot Project Front End

In order to run the Echo Bot React Application. In the project directory - FrontEnd\echobot, you can run:

Installation commands

1. Open cmd or terminal
2. npm install (for all the required dependecies) 
3. npm start ( to start the application in dev environment) or npm run build (Builds the  app for production to the `build` folder).

Open http://localhost:3000 to view it in the browser.

About

A simple Chat Bot, That repeats whatever you type into it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published