An chatBot made with basic HTML, CSS and Javascript.
Quick Preview β‘
https://devnamdev2003.github.io/chatBot/
Viewing Locally π
cd src/
start index.html-
Fork the repository if you haven't already
-
Clone your fork locally πββ
git clone https://github.com/YOUR_USERNAME/chatBot.gitReplace "YOUR_USERNAME" with your GitHub username
- Create & Configure local branch πββοΈ
git branch localNow switch to that branch via:
git checkout local- Make changes and than run following command:
git add .
git commit -m "COMMIT_MESSAGE"- Finally, push your changes to your fork π«
git push origin local- To submit your changes to the main project, you'll need to create a pull request. I will merge it accordingly π
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 β€