This project has been created with Create React App Typescript and uses Chakra UI as the component library.
Please install all dependencies with yarn install
or npm install
. To run the application use yarn start
or npm start
. To run the tests use yarn test
.
This application is a job ads checkout system which allows the user to select from the visible products on display:
- Classic Ad
- Stand out Ad
- Premium Ad
And add these products to a virtual cart. Once the user clicks Checkout
, they will be shown the products they've selected,
any discounts that have been applied to these items and the total cost for all the items.