Skip to content

Source-Wave/chatBot

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ChatBot πŸ€–

An chatBot made with basic HTML, CSS and Javascript.


Quick Preview ⚑
https://devnamdev2003.github.io/chatBot/

Viewing Locally πŸ“‚

cd src/
start index.html

Contributing 🀝

  1. Fork the repository if you haven't already

  2. Clone your fork locally πŸ™‹β€β™‚

git clone https://github.com/YOUR_USERNAME/chatBot.git

Replace "YOUR_USERNAME" with your GitHub username

  1. Create & Configure local branch πŸ’β€β™‚οΈ
git branch local

Now switch to that branch via:

git checkout local
  1. Make changes and than run following command:
git add .
git commit -m "COMMIT_MESSAGE"
  1. Finally, push your changes to your fork πŸ“«
git push origin local
  1. To submit your changes to the main project, you'll need to create a pull request. I will merge it accordingly πŸ™Œ

About πŸ’β€β™‚οΈ

The goal of this project is to develop a simple chatbot that can provide answers to user queries related to a web application. The chatbot will be designed to assist users in navigating and using the web application, providing helpful responses and tips to improve user experience.

Thank you ❀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.6%
  • HTML 16.0%
  • JavaScript 15.4%