diff --git a/README.md b/README.md index 60f55e53..e73d0eda 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Project Name -Replace this readme with your own information about your project. - -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. +The chatbot will act as a virtual travel guide that helps users plan their next trip or dream about their future adventures. It can suggest destinations, give travel tips, or simply chat about the joys of exploring the world. ## The problem -Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? +I have only onclick button in this chatbot. If I have more time, I would like to try different input types such as dropdowns button with selection. ## View it live -Have you deployed your project somewhere? Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. +https://travelchatbot.netlify.app diff --git a/code/assets/background.jpg b/code/assets/background.jpg new file mode 100644 index 00000000..ea093a61 Binary files /dev/null and b/code/assets/background.jpg differ diff --git a/code/assets/bot.png b/code/assets/bot.png index 2c894b15..ae898f3e 100644 Binary files a/code/assets/bot.png and b/code/assets/bot.png differ diff --git a/code/assets/bot.wav b/code/assets/bot.wav new file mode 100644 index 00000000..8af1ed83 Binary files /dev/null and b/code/assets/bot.wav differ diff --git a/code/assets/user.png b/code/assets/user.png index 6d95f08f..e72052d5 100644 Binary files a/code/assets/user.png and b/code/assets/user.png differ diff --git a/code/assets/user.wav b/code/assets/user.wav new file mode 100644 index 00000000..de73fbe8 Binary files /dev/null and b/code/assets/user.wav differ diff --git a/code/index.html b/code/index.html index 316eb187..99d904b7 100644 --- a/code/index.html +++ b/code/index.html @@ -1,32 +1,46 @@ -
- - - - -