Skip to content

A first look into JavaScript basics. This app uses prompts and alerts, variables, conditionals to customiza a food order. Created for Technigo Bootcamp Spring 2024 | Week 1

Notifications You must be signed in to change notification settings

El1an3/project-pizza

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Pizzeria

The project is about basic JavaScript concepts like variables, conditional and native methods.

The problem

(1)

Created a script.js to approach a functioning site. Mostly if ... else statements. Including logical operators like && and ||.

Techniques used: I to us mainly the resources made available by Technigo and used Google.

(2)

Created an extra switch.js to tackle the stretch goals. In a first step I used backticks and ${} to make the code easiert to read then I added exists in case of an invalid reponse. In a last step I tried to replace all the if ... else statements witch switch statements. Step 3 (Subtype Choice) was the hardest. Learned that you can a switch statement in a switch statement.

View it live

Deployed here: https://snazzy-dango-e4f6f2-pizza-project.netlify.app/

About

A first look into JavaScript basics. This app uses prompts and alerts, variables, conditionals to customiza a food order. Created for Technigo Bootcamp Spring 2024 | Week 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 6.9%
  • CSS 3.2%