This is a full project on "ChatBot Application" Created using:
- Programming Language: JavaScript
- Skills: Web Development
- Framework: React.js
- Backend: Node.js
- Code Editor: VS Code
RUN
To run this project your device must have all the latest versions of above mentioned tools and technologies.
Steps:
-
Download this repo.
-
Extract the file.
-
Right Click on that file and choose the option "Open with code"
-
Run the below mentioned commands on the terminal:
For frontend:
- cd .\frontend\
- npm run dev
For backend:
- cd .\backend\
- npm run start
-
You will see a link like this "(http://localhost:5173/)" (demo link)
-
Click on that & you'll have a running Website of this ChatBot Application project.
Thankyou for your visit, I hope I helped