Skip to content

FullstackAcademy/FullstackFroyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Froyo

As you pick out a flavor at your favorite local frozen yogurt shop, you overhear the management team discussing how they would like a way for customers to order online. You make small talk and offer your services to help them build a web app.

Instructions

Build a website according to this user story:

Upon opening the website, a visitor receives a prompt to enter a list of comma-separated froyo flavors. They type vanilla,vanilla,vanilla,strawberry,coffee,coffee. In the browser console, they are able to see how many of each flavor they have ordered. In this case, they observe that they have ordered three vanilla, two coffee, and one strawberry.

There is no starter code for this workshop, but you are encouraged to review the solutions to previous workshops! Use the rubric in Canvas to guide you.

Milestones

You can check your progress against these milestones if you would like some guidance on what to do next.

  1. Have you created an HTML file to live serve?
  2. Is the HTML file connected to a JS file?
  3. Can you prompt the user for froyo flavors and store their input?
  4. Can you parse the user input into an array of froyo flavors?
  5. Can you build an object to track which flavors you have counted so far?
  6. How should that object be updated as you iterate through the array of flavors?
  7. Are you using functions to organize your code?
  8. Do your variables and functions have meaningful names?
  9. Is your code formatted?

Submission

Please submit the link to your public GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published