Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 242 Bytes

Shopping cart

Tested on Firefox and Chromium.

Running the code

To run the code:

php -S localhost:8000
chromium http://localhost:8000/

The CSS has been copied over from the React Shopping cart task, hence no CSS source file.