tomboszko / AZ_store_FORK

fork of the group project ''AZ STore" @becode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AZ_store

Type of challenge

consolidation, 3 days

Group

Elodie Thomas Lucas

Learning Objectives

  • Use variables, conditions, loops, functions, and sessions.
  • Read data from a JSON file in PHP.

Missions

"You are a web developer for a web agency and your boss has asked you to create a small shopping cart for a website of a client (see below). The shopping cart should be able to add and remove products. The shopping cart should also be able to display the total price of the products in it."

Goal

Alt text

Must have

* The user should be able to add a product to the shopping cart.
* The user should be able to remove a product from the shopping cart.
* The user should be able to see the total price of the products in the shopping cart. (Hard Bonus : including VAT)
* Use sessions to store the shopping cart.
* Use an array to store the products. Each product should be an array.

Difficultés

  • Tom

    • bosser sur une pièce du "puzzle"
    • essayer le bonus : petit bug
  • Elodie

    • récup les données
    • sanitize
  • Lucas

    • comment ajouter du CSS dans un PHP file
    • config localhost
    • transposer la théorie des exercices du parcours PHP au travail de groupe

About

fork of the group project ''AZ STore" @becode


Languages

Language:PHP 35.1%Language:SCSS 30.3%Language:CSS 29.6%Language:Hack 5.0%