Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/shopping-cart-ts-react-app

Built an add-to-cart-type-app. Used redux to maintain global state for cartItems and products. Fetched products list using redux thunk and declared the appropriate interfaces for cartItem as well as product . User can also increment or decrement product quantity that affects the itemsCount as well as itemsTotal.
https://github.com/khalil-codes/shopping-cart-ts-react-app

Last synced: 27 days ago
JSON representation

Built an add-to-cart-type-app. Used redux to maintain global state for cartItems and products. Fetched products list using redux thunk and declared the appropriate interfaces for cartItem as well as product . User can also increment or decrement product quantity that affects the itemsCount as well as itemsTotal.

Awesome Lists containing this project

README

        

# Getting Started with App

Built an add-to-cart-type-app. Used redux to maintain global state for cartItems and products. Fetched products list using redux thunk and declared the appropriate interfaces for cartItem as well as product . User can also increment or decrement product quantity that affects the itemsCount as well as itemsTotal.

## Available Scripts

In the project directory, you can run:

### `npm install`

Installs Dependencies required to run the app

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.