tixio-assessment

A shopping cart build with React, Tailwind, Reduxtoolkit, vite, vitest 🔥

preview

preview

preview

Features

✅ Add product to shopping cart
✅ remove product from shopping cart
✅ Add product to Wish list ❤
✅ remove product from Wish list ❤
✅ Unit test 💡
✅ Integration test 💡

to run the app,

yarn install or npm i

then

yarn dev or npm run dev

To run tests with ui

yarn test:ui or npm run test:ui

or

yarn run test