diff --git a/README.md b/README.md index 60f55e53..2f718c18 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # 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. +This is a chatbot that is a digital version of a Magic 8 Ball. It gives random answers to the users questions. ## 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 wanted to start with a greeting and personalized welcome message with the username. Then i wanted the chatbot to give randomized answers to the users questions. Only questions that ends with a ? are valid. + +I think the code could be structured a bit better, but It's organically arranged based on my work process. I first struggeled with how to make the chatbot start giving the Magic 8 Ball answers AFTER the first greeting. Once I figured that out, it was pretty much done. I wanted to keep it simple, so no more features were added. I'm very happy with the end result and my kids loved asking the chatbot different questions! ## 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://pink-magic-8-ball.netlify.app/ +Your future awaits \ No newline at end of file diff --git a/code/assets/ask.png b/code/assets/ask.png new file mode 100644 index 00000000..46b6ac27 Binary files /dev/null and b/code/assets/ask.png differ diff --git a/code/assets/bot.png b/code/assets/bot.png deleted file mode 100644 index 2c894b15..00000000 Binary files a/code/assets/bot.png and /dev/null differ diff --git a/code/assets/pink-8-ball.png b/code/assets/pink-8-ball.png new file mode 100644 index 00000000..af3f3a5b Binary files /dev/null and b/code/assets/pink-8-ball.png differ diff --git a/code/assets/user.png b/code/assets/user.png deleted file mode 100644 index 6d95f08f..00000000 Binary files a/code/assets/user.png and /dev/null differ diff --git a/code/index.html b/code/index.html index 316eb187..05d51df3 100644 --- a/code/index.html +++ b/code/index.html @@ -1,32 +1,45 @@ -
- - - - -Welcome to the Magic 8 Ball Chatbot!
+
+ Ask me any YES or NO question,
+
+ and I'll provide you
+ with a wise and prophetic
+ response.
+