diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..391d2801 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 33c7e601..9fd65722 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # 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. +In this weeks project I was tasked with creating a simple interactive webpage using JavaScript, beginning with displaying a welcome message using the alert() method. Follow the provided steps in the script.js file to guide me through the process of building the project. ## 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? +To approach this problem, I began by carefully reading the provided instructions and analyzing the steps outlined in the script.js file. My initial focus was on understanding how to use the alert() and prompt() method in JavaScript to display messages and store input from a user on the webpage. + +For planning, I followed the sequential steps outlined in the script.js file, breaking down the task into manageable parts. The primary technologies used were JavaScript for adding interactivity with the alert() and prompt() method. If I had more time, my next steps would ipotentially br adding more dynamic elements using JavaScript event listeners and DOM manipulation. + +I also made the strech goals, and in the switch.js file I tried out using ";". And I think I like to use ";" more than not to use them. ## 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://project-pizza-ek.netlify.app diff --git a/code/index.html b/code/index.html index f7844d6b..03209c3a 100644 --- a/code/index.html +++ b/code/index.html @@ -1,18 +1,20 @@ -
- - -Logic is executed automatically
- - - + + + + +Logic is executed automatically
+ + + +