diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..01625912 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 60f55e53..57c5f050 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ # Project Name -Replace this readme with your own information about your project. +The French Chatbot -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. - -## 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? +The project was to build a functional chatbot interface using JavaScript, HTML, and CSS. Creating a chatbot that can interact with users, ask questions, display messages, and respond with precision. ## 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://thefrenchbot.netlify.app/ diff --git a/code/.DS_Store b/code/.DS_Store new file mode 100644 index 00000000..c3288384 Binary files /dev/null and b/code/.DS_Store differ diff --git a/code/assets/bot.png b/code/assets/bot.png index 2c894b15..1a1b4f50 100644 Binary files a/code/assets/bot.png and b/code/assets/bot.png differ diff --git a/code/assets/message-sent.mp3 b/code/assets/message-sent.mp3 new file mode 100644 index 00000000..aaef88b2 Binary files /dev/null and b/code/assets/message-sent.mp3 differ diff --git a/code/assets/new-notification.mp3 b/code/assets/new-notification.mp3 new file mode 100644 index 00000000..71d80c70 Binary files /dev/null and b/code/assets/new-notification.mp3 differ diff --git a/code/assets/user.png b/code/assets/user.png index 6d95f08f..bc7d3958 100644 Binary files a/code/assets/user.png and b/code/assets/user.png differ diff --git a/code/index.html b/code/index.html index 316eb187..92fed5f6 100644 --- a/code/index.html +++ b/code/index.html @@ -1,32 +1,33 @@ -
- - - - -