A sample project for Adam's Studio. Project is a simple chrome extension that tracks a user's actions
on https://pizzaforte.hu
as they place various orders
- clone or download the repo
- Open the application in your code editor and run
npm install
oryarn install
- Open the chrome browser and type
chrome://extensions
in the address bar - Click
Load Unpacked
and 'upload' the folder with the chrome extension
-
when adding items to the cart, all items added are logged in the browser console.
-
When placing the order, the order details are logged in the browser console
- To run tests, use the command
yarn test
ornpm test
Paul Kayongo