Skip to content

Gohan61/shopping-cart

Repository files navigation

A Shopping Cart

This project uses React to build a shopping cart. The items in the shop are retrieved via the FakeStore API. The project is tested with the React Testing Library.

Redux version

Check out the redux branch which uses Redux Toolkit to manage state and Tailwind CSS for styling.

Redux version demonstration video

Redux version live website

The Odin Project: Lesson Shopping Cart

This project is build according to the specification of the Shopping Cart lesson

Live website

Access the Shopping Cart

Shopping cart page

Run locally

In order to run project locally NodeJS + Git needs to installed on your system

Follow these steps on Mac/Linux/WSL to run the project locally:

  1. Open a terminal and go to a directory you want the repository to be in
  2. Select Code in the Github project page and copy the SSH URL
  3. git clone SSH URL
  4. 'cd' into the repository you just cloned
  5. Run 'npm install'
  6. Run 'npm run dev'
  7. Open the link that is shown in the terminal in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published