Migracode-Barcelona / Course-Fundamentals

The central repo for the Fundamentals course
0 stars 0 forks source link

[TECH ED] CYF Blocks #23

Open SallyMcGrath opened 2 months ago

SallyMcGrath commented 2 months ago

Link to the coursework

https://blocks.codeyourfuture.io/

Why are we doing this?

​Pick one or more of the following projects, define its requirements by writing the user stories, iteratively develop it in CYF Blocks, and ship it! This is part of the graduation criteria.

Maximum time in hours

10

How to submit

  1. Write up one of your projects on your copy of this ticket, not forgetting to include:

    • Your user stories
    • Your CYF Blocks implementation (using the share button)
    • Your deployed website
  2. Share your deployed website in your cohort's Slack channel.

Businegrace commented 1 month ago

Kamino cloned this issue to Businegrace/Coursework-Planner

kostiantynkovalchuk commented 1 month ago

Kamino cloned this issue to kostiantynkovalchuk/Coursework-Planner

sebasduerto commented 1 month ago

Kamino closed and cloned this issue to sebasduerto/Coursework-Planner

DelwinMansur commented 1 month ago

Kamino closed and cloned this issue to DelwinMansur/DelwinMansur-Coursework-Planner

Ebtesammm commented 1 month ago

Kamino cloned this issue to Ebtesammm/Coursework-Planner

DianaRCruz commented 1 month ago

Kamino closed and cloned this issue to DianaRCruz/Coursework-Planner

mpalacios190993 commented 1 month ago

Kamino cloned this issue to mpalacios190993/Coursework-Planner

FabioMedinaD commented 4 weeks ago

HI 👍 My project for the last part of CFY Bloks ( Some more "projects") is a Shopping list :

Requirements

1) The program should show the list of the Itens that contain fruits from the store.
2)Each iten should have a button "add" for add to shopping cart. 3)There should be a button " Finish Purchase" 4)The program should show the list of the items selected from the customers

Detail Steaps

At the beginning

1)when press the button RUM the program show the list that contain fruit from the store 2)Next to each item, there should be a button "add" 1)At the end of the list, there should be a button "Finish Purchase"

when one user make click to "add"

1)When customer presses the "add" button the selected iten will be added to the shopping cart.

when one user make click to "Finish the Purchase"

1)When de user press the "Finish the Purchase" button the program show the list from the shopping cart.

Additional implementations:

1) if the Customer press the button "finish the Purchase", the program shows the shopping cart whit the select items and the total price from the purchase

2) the unit price and the total purchase price must appear in the shopping cart list

3)Customer can remove one or more itens from the shopping cart and the program should remove these selected itens and recalculate the final price.

Writing our program

https://acortar.link/ANAf6d