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%