/shopping-cart

Simple shopping cart implementation with filter, sort and checkout page.

Primary LanguageJavaScript

Running app locally

Clone the repository and run the following commands to get the app running:

npm install
npm start

The app should start at localhost:3000