Skip to content

Nierowheezy/myshoppingcart

Repository files navigation

Shopping Cart using react

The challenge

Figma Link

Design the screens and implement checkout with Paystack:

Instructions

  • Ensure the use of redux for state management
  • Ensure the use of typescript
  • Ensure Clarity in codebase
  • Ensure The single responsibility pattern is adhered to
  • Ensure the DRY design pattern is taken into consideration

How to run the app

Download the zip file using the green button, or clone the repository by running the command git clone https://github.com/Nierowheezy/myshoppingcart in your terminal. In the same terminal once the command is complete, run npm install which will install all the dependencies in the package.json file and then run npm start which will start your development server on localhost:3000.