Skip to content

Latest commit

 

History

History

checkout-cart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Checkout Cart Example

Product Requirements

  1. Should show the list of items - catalog
  2. Should show the list of orders
  3. Should be able to add item to the cart and make checkout
  4. If checkout process was successful, items show up in orders page

Start

This project already contains empty files:

  • server.js - file for server code
  • index.html, index.css, index.js - static client files
  • npm install
  • npm start
  • http://localhost:3000