Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Computer Reseller

Build a website for an online company selling new computers (either Apple, Dell or HP):

Basic

  1. Customers can browse the computer models without logging in.
  2. When they log in they can click on a button to add the item to their shopping cart. They can view the shopping cart.
  3. New products can be added by the admin user, each new product should include a single product picture.

Intermediate

  1. In addition, the customers can customise the products from fixed options before adding to the cart.
  2. Items can be removed from the cart.
  3. When registering their account they should supply a delivery address.
  4. When new items are added, the admin should be able to add more than one product picture and specify each option with a price attached.

Advanced

  1. In addition the customer can search for products.
  2. At any point they can update their contact details.
  3. A customer can enter a promotional code to receive either a 5%, 10% or 20% discount.
  4. The admin user should be able to add multiple promo codes and assign a discount value to each.