Skip to content

Styled and Added contents in readme.md & also structured project #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 55 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
> ## ChatBot
## ChatBot 🤖

**Preview:** https://devnamdev2003.github.io/chatBot/
An chatBot made with basic **HTML, CSS and Javascript.**

**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.
---

Quick Preview ⚡ <br>
https://devnamdev2003.github.io/chatBot/

Viewing Locally 📂

``` cmd
cd src/
start index.html
```

---

## Contributing 🤝

1. Fork the repository if you haven't already

2. Clone your fork locally 🙋‍♂

```sh
git clone https://github.com/YOUR_USERNAME/chatBot.git
```
Replace "YOUR_USERNAME" with your GitHub username

3. Create & Configure local branch 💁‍♂️
```sh
git branch local
```
Now switch to that branch via:
```sh
git checkout local
```
4. Make changes and than run following command:
```sh
git add .
git commit -m "COMMIT_MESSAGE"
```

5. Finally, push your changes to your fork 📫
```sh
git push origin local
```

6. 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 ❤
File renamed without changes.
File renamed without changes.
File renamed without changes.