diff --git a/README.md b/README.md index 60f55e53..00e79ef2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,21 @@ # 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. +A digital version of the classic board game "Guess Who" using JavaScript, HTML, and CSS. Applying concepts like DOM manipulation, event handling, function definitions, conditional statements, delayed execution, variable assignment, and object and array manipulation. ## 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? +Describe how you approached to problem: This project was fun! I enjoyed practicing my JAvaScript skills and it helped me improve my knowledge of syntax and conditional statements. I was able to push myself with some stretch goals, adding more functionality, including a timer, more question options, and game counter. + +How did you plan?: I created a flow diagram to help tract the user experience and used many console.logs to keep tract of the answer. + +What technologies did you use?: HTML, CSS, JavaScript + +If you had more time, what would be next?: Make the design cleaner! ## 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://wk3-guesswho-c638bb.netlify.app/ + +## Screenshots + +![Screenshot of front page](/code/images/screenshot1.png?raw=true "Screenshot of front page") diff --git a/code/images/screenshot1.png b/code/images/screenshot1.png new file mode 100644 index 00000000..74cf7d5f Binary files /dev/null and b/code/images/screenshot1.png differ diff --git a/code/index.html b/code/index.html index 0479b061..1f1001b2 100644 --- a/code/index.html +++ b/code/index.html @@ -1,64 +1,84 @@ -
- - -