diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..0647067d Binary files /dev/null and b/.DS_Store differ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6b665aaa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/README.md b/README.md index 33c7e601..bdf3dea6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# Project Name +# Bella Italia Pizzeria -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 task is to create a order functionality for a fictional pizzeria using JavaScript concepts like variables, conditionals and native methods. ## 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 started with the basic logic and tried to get that to work. After that was working I started looking into how I could improve my code. I wanted to make sure the prompt asked again when the user had an invalid option and also that it would stop executing the code if the user clicked "Cancel". + +I also did the stretch goals and did a version where I use 'switch' instead of if/else statements. ## 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 +[View it live here ยป](https://bellaitaliapizzeria.netlify.app/) diff --git a/code/.DS_Store b/code/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/code/.DS_Store differ diff --git a/code/favicon.png b/code/favicon.png new file mode 100644 index 00000000..28dfc58a Binary files /dev/null and b/code/favicon.png differ diff --git a/code/index.html b/code/index.html index f7844d6b..c792f661 100644 --- a/code/index.html +++ b/code/index.html @@ -3,7 +3,8 @@
-Logic is executed automatically
- +